#ifndef PROJECT_GTSP_COMB_H #define PROJECT_GTSP_COMB_H int find_comb_cuts(struct LP *lp, struct GTSP *data); #endif //PROJECT_GTSP_COMB_H