/* * steiner_triples.h * * Created on: 26/03/2017 * Author: pedro */ #ifndef SRC_CSPS_STEINER_H_ #define SRC_CSPS_STEINER_H_ void run_steiner(int* csp_dims); #endif /* SRC_CSPS_STEINER_H_ */