Blame view

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

#ifndef SRC_CSPS_QUEENS_H_
#define SRC_CSPS_QUEENS_H_

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

#endif /* SRC_CSPS_QUEENS_H_ */