Blame view

src/constraints/fake_all_different.h 296 Bytes
94b2b13d   Pedro Roque   PHACT source
1
2
3
4
/*
 * fake_all_different.h
 *
 *  Created on: 21/01/2017
4d26a735   Pedro Roque   Increased recogni...
5
 *      Author: pedro
94b2b13d   Pedro Roque   PHACT source
6
7
8
9
10
 */

#ifndef SRC_CONSTRAINTS_FAKE_ALL_DIFFERENT_H_
#define SRC_CONSTRAINTS_FAKE_ALL_DIFFERENT_H_

4d26a735   Pedro Roque   Increased recogni...
11
void c_fake_all_different(unsigned int* X_ids, unsigned int n_vs);
94b2b13d   Pedro Roque   PHACT source
12
13

#endif /* SRC_CONSTRAINTS_FAKE_ALL_DIFFERENT_H_ */