|
Dip
0.92.4
|

Go to the source code of this file.
Classes | |
| struct | CCtsp_skeleton |
| struct | CCtsp_segment |
| struct | CCtsp_lpclique |
| struct | CCtsp_lpcut_in |
Macros | |
| #define | CC_FOREACH_NODE_IN_CLIQUE(i, c, tmp) |
Typedefs | |
| typedef struct CCtsp_skeleton | CCtsp_skeleton |
| typedef struct CCtsp_segment | CCtsp_segment |
| typedef struct CCtsp_lpclique | CCtsp_lpclique |
| typedef struct CCtsp_lpcut_in | CCtsp_lpcut_in |
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 | |||
| ) |
Definition at line 49 of file TSP_ConcordeI.h.
Referenced by TSP_Concorde::generateCutsSubtour().
| typedef struct CCtsp_skeleton CCtsp_skeleton |
| typedef struct CCtsp_segment CCtsp_segment |
| typedef struct CCtsp_lpclique CCtsp_lpclique |
| typedef struct CCtsp_lpcut_in CCtsp_lpcut_in |
| 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.8.5