
Go to the source code of this file.
Defines | |
| #define | READ_INPUT 0 |
| #define | FIX_LEX 1 |
| #define | OUR_FORMAT 5 |
| #define | OUR_FORMAT_0 0 |
| #define | SPP_OPTIMAL 3 |
| #define | SPP_FEASIBILITY_NOT_KNOWN 2 |
| #define | SPP_FEASIBLE 1 |
| #define | SPP_INFEASIBLE 0 |
| #define | ETOL 0.00001 |
| #define | MIN_DEGREE 0 |
| #define | MAX_DEGREE 1 |
| #define | MAX_XJ_MAX_DEG 2 |
| #define | CLIQUE 0 |
| #define | ODD_HOLE 1 |
| #define | ODD_ANTIHOLE 2 |
| #define | WHEEL 3 |
| #define | GOMORY 4 |
| #define | ORTHOCUT 5 |
| #define | OTHER_CUT 6 |
| #define | CLIQUE_LIFTED 10 |
| #define | ODD_HOLE_LIFTED 11 |
| #define | ODD_ANTIHOLE_LIFTED 12 |
| #define | DONT_CHANGE_CUT 0 |
| #define | MAY_CHANGE_CUT 1 |
| #define | COLS_OF_A 0 |
| #define | SPARS_PATTERN 1 |
| #define | EDGE_NODE_INC 2 |
| #define | EDGE_NODE_INC_PERT 3 |
| #define READ_INPUT 0 |
Definition at line 21 of file spp_constants.h.
| #define FIX_LEX 1 |
Definition at line 22 of file spp_constants.h.
| #define OUR_FORMAT 5 |
Definition at line 25 of file spp_constants.h.
| #define OUR_FORMAT_0 0 |
Definition at line 26 of file spp_constants.h.
| #define SPP_OPTIMAL 3 |
Definition at line 29 of file spp_constants.h.
| #define SPP_FEASIBILITY_NOT_KNOWN 2 |
Definition at line 30 of file spp_constants.h.
| #define SPP_FEASIBLE 1 |
Definition at line 31 of file spp_constants.h.
| #define SPP_INFEASIBLE 0 |
Definition at line 32 of file spp_constants.h.
| #define ETOL 0.00001 |
Definition at line 34 of file spp_constants.h.
| #define MIN_DEGREE 0 |
Definition at line 37 of file spp_constants.h.
| #define MAX_DEGREE 1 |
Definition at line 38 of file spp_constants.h.
| #define MAX_XJ_MAX_DEG 2 |
Definition at line 39 of file spp_constants.h.
| #define CLIQUE 0 |
Definition at line 42 of file spp_constants.h.
| #define ODD_HOLE 1 |
Definition at line 43 of file spp_constants.h.
| #define ODD_ANTIHOLE 2 |
Definition at line 44 of file spp_constants.h.
| #define WHEEL 3 |
Definition at line 45 of file spp_constants.h.
| #define GOMORY 4 |
Definition at line 46 of file spp_constants.h.
| #define ORTHOCUT 5 |
Definition at line 47 of file spp_constants.h.
| #define OTHER_CUT 6 |
Definition at line 48 of file spp_constants.h.
| #define CLIQUE_LIFTED 10 |
Definition at line 49 of file spp_constants.h.
| #define ODD_HOLE_LIFTED 11 |
Definition at line 50 of file spp_constants.h.
| #define ODD_ANTIHOLE_LIFTED 12 |
Definition at line 51 of file spp_constants.h.
| #define DONT_CHANGE_CUT 0 |
Definition at line 54 of file spp_constants.h.
| #define MAY_CHANGE_CUT 1 |
Definition at line 55 of file spp_constants.h.
| #define COLS_OF_A 0 |
Definition at line 58 of file spp_constants.h.
| #define SPARS_PATTERN 1 |
Definition at line 59 of file spp_constants.h.
| #define EDGE_NODE_INC 2 |
Definition at line 60 of file spp_constants.h.
| #define EDGE_NODE_INC_PERT 3 |
Definition at line 61 of file spp_constants.h.
1.6.1