latin_squares.h 227 Bytes
/*
 * latin_squares.h
 *
 *  Created on: 12/04/2017
 *      Author: pedro
 */

#ifndef SRC_CSPS_LATIN_SQUARES_H_
#define SRC_CSPS_LATIN_SQUARES_H_

void run_latin_squares(int* csp_dims);

#endif /* SRC_CSPS_LATIN_SQUARES_H_ */