#include <bc_tsp.h>
Collaboration diagram for CCtsp_lp:

Data Fields | |
| CCtsp_lpgraph | graph |
| CCtsp_lpcuts | cuts |
| CCtsp_lpcuts * | pool |
| CCtsp_lpcuts * | remotepool |
| CClp * | lp |
| int * | perm |
| CCdatagroup * | dat |
| int | fullcount |
| CCtsp_genadj * | fulladj |
| CCtsp_genadjobj * | fulladjspace |
| int | nfixededges |
| int * | fixededges |
| CCtsp_qsparsegroup * | sparsifier |
| int | edge_life |
| int | cut_life |
| char * | problabel |
| char * | probloc |
| int | id |
| int | parent_id |
| int | root |
| double | upperbound |
| double | lowerbound |
| CCbigguy | exact_lowerbound |
| CCtsp_bigdual * | exact_dual |
| int | infeasible |
| int | full_edges_valid |
| CClp_warmstart * | warmstart |
| CCtsp_lpcut_in | cutqueue |
| CCtsp_lp_result | result |
| int | branchdepth |
| CCtsp_branchobj * | branchhistory |
| CCtsp_cuttree | tightcuts |
| CCtsp_statistics | stats |
Definition at line 461 of file bc_tsp.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5