
Go to the source code of this file.
Classes | |
| struct | CCtsp_skeleton |
| struct | CCtsp_segment |
| struct | CCtsp_lpclique |
| struct | CCtsp_lpcut_in |
Defines | |
| #define | CC_FOREACH_NODE_IN_CLIQUE(i, c, tmp) |
Functions | |
| int | CCtsp_exact_subtours (CCtsp_lpcut_in **cuts, int *cutcount, int ncount, int ecount, int *elist, double *x) |
| void | CCtsp_free_lpcut_in (CCtsp_lpcut_in *c) |
| #define CC_FOREACH_NODE_IN_CLIQUE | ( | i, | |||
| c, | |||||
| tmp | ) |
for(tmp=0;tmp<(c).segcount;tmp++) \ for(i=(c).nodes[tmp].lo;i<=(c).nodes[tmp].hi;i++)
Definition at line 47 of file TSP_ConcordeI.h.
Referenced by TSP_Concorde::generateCutsSubtour().
| int CCtsp_exact_subtours | ( | CCtsp_lpcut_in ** | cuts, | |
| int * | cutcount, | |||
| int | ncount, | |||
| int | ecount, | |||
| int * | elist, | |||
| double * | x | |||
| ) |
Referenced by TSP_Concorde::generateCutsSubtour().
| void CCtsp_free_lpcut_in | ( | CCtsp_lpcut_in * | c | ) |
Referenced by TSP_Concorde::generateCutsSubtour().
1.6.1