Go to the source code of this file.
|
lp_net *create_lp_net | PROTO ((cnrp_spec *cnrp, char *status, int edgenum, var_desc **vars)) |
|
int cnrp_lp_connected | PROTO ((lp_net *n, double *compdemands)) |
|
void free_lp_net | PROTO ((lp_net *n)) |
|
char construct_feasible_solution | PROTO ((cnrp_spec *cnrp, network *n, double *objval, double etol, char branch)) |
|
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 cnrp_lp_connected PROTO |
( |
(lp_net *n, double *compdemands) |
| ) |
|
void free_lp_net PROTO |
( |
(lp_net *n) |
| ) |
|
char construct_feasible_solution PROTO |
( |
(cnrp_spec *cnrp, network *n, double *objval, double etol, char branch) |
| ) |
|
double compute_lhs PROTO |
( |
(int number, int *indices, double *values, cut_data *cut, int vertnum) |
| ) |
|