Blame view

Debug/src/csps/CSP.h 188 Bytes
0c8ce2b0   Pedro Roque   missing files
1
2
3
4
/*
 * CSP.h
 *
 *  Created on: 05/12/2015
4d26a735   Pedro Roque   Increased recogni...
5
 *      Author: Pedro
0c8ce2b0   Pedro Roque   missing files
6
7
8
9
10
 */

#ifndef SRC_CSPS_CSP_H_
#define SRC_CSPS_CSP_H_

4d26a735   Pedro Roque   Increased recogni...
11
void load_and_solve_CSP(int *csp_dims);
0c8ce2b0   Pedro Roque   missing files
12
13

#endif /* SRC_CSPS_CSP_H_ */