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
  • market_split.h
  • 4d26a735   Increased recognition of the FlatZinc specification and improved performance. Browse Code ยป
    Pedro Roque
    2020-04-19 16:37:22 +0100  
market_split.h 228 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
/*
 * market_split.h
 *
 *  Created on: 17/04/2017
 *      Author: Pedro
 */

#ifndef SRC_CSPS_MARKET_SPLIT_H_
#define SRC_CSPS_MARKET_SPLIT_H_

void run_market_split(char *csp_inst_name);

#endif /* SRC_CSPS_MARKET_SPLIT_H_ */