GITLAB

Pedro Roque / PHACT_src

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • phact_src
  • Debug
  • src
  • csps
  • steiner.h
  • 0c8ce2b0   missing files Browse Code ยป
    Pedro Roque
    2019-11-30 11:50:08 +0000  
steiner.h 205 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
/*
 * 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_ */