/* * qap.h * * Created on: 12/12/2016 * Author: pedro */ #ifndef SRC_CSPS_QAP_H_ #define SRC_CSPS_QAP_H_ void run_qap(char* csp_inst_name); #endif /* SRC_CSPS_QAP_H_ */