Go to the source code of this file.
|
| lp_net *create_lp_net | PROTO ((vrp_lp_problem *vrp, char *status, int edgenum, var_desc **vars)) |
| |
| int vrp_lp_connected | PROTO ((lp_net *n, int *compdemands)) |
| |
| void free_lp_net | PROTO ((lp_net *n)) |
| |
| void construct_feasible_solution | PROTO ((vrp_lp_problem *vrp, network *n, double *true_objval)) |
| |
| double compute_lhs | PROTO ((int number, int *indices, double *values, cut_data *cut, int vertnum)) |
| |
| #define VARS_CLOSEST_TO_HALF 1 |
| #define DEPOTS_CLOSEST_TO_HALF 2 |
| #define DEPOTS_CLOSEST_TO_HALF_BRANCH_RIGHT 3 |
| #define VARS_CLOSEST_TO_HALF_PREFER_DEPOT 4 |
| #define DEPOTS_AT_HALF_BRANCH_RIGHT 5 |
| #define VARS_AT_HALF_PREFER_DEPOT_BRANCH_RIGHT 7 |
| #define VARS_AT_HALF_PREFER_DEPOT 8 |
| #define VARS_CLOSEST_TO_HALF_PREFER_DEPOT_BRANCH_RIGHT 9 |
| int vrp_lp_connected PROTO |
( |
(lp_net *n, int *compdemands) |
| ) |
|
| void free_lp_net PROTO |
( |
(lp_net *n) |
| ) |
|
| double compute_lhs PROTO |
( |
(int number, int *indices, double *values, cut_data *cut, int vertnum) |
| ) |
|