Go to the source code of this file.
|
int cg_add_explicit_cut | PROTO ((int nzcnt, int *indices, double *values, double rhs, double range, char sense, char send_to_cp, int *num_cuts, int *alloc_cuts, cut_data ***cuts)) |
|
int cg_add_user_cut | PROTO ((cut_data *new_cut, int *num_cuts, int *alloc_cuts, cut_data ***cuts)) |
|
int user_receive_cg_data | PROTO ((void **user, int dg_id)) |
|
int user_free_cg | PROTO ((void **user)) |
|
int user_find_cuts | PROTO ((void *user, int varnum, int iter_num, int level, int index, double objval, int *indices, double *values, double ub, double lpetol, int *num_cuts, int *alloc_cuts, cut_data ***cuts)) |
|
int user_receive_lp_solution_cg | PROTO ((void *user)) |
|
int cg_add_explicit_cut PROTO |
( |
(int nzcnt, int *indices, double *values, double rhs, double range, char sense, char send_to_cp, int *num_cuts, int *alloc_cuts, cut_data ***cuts) |
| ) |
|
int cg_add_user_cut PROTO |
( |
(cut_data *new_cut, int *num_cuts, int *alloc_cuts, cut_data ***cuts) |
| ) |
|
int user_receive_cg_data PROTO |
( |
(void **user, int dg_id) |
| ) |
|
int user_free_master PROTO |
( |
(void **user) |
| ) |
|
int user_find_cuts PROTO |
( |
(void *user, int varnum, int iter_num, int level, int index, double objval, int *indices, double *values, double ub, double lpetol, int *num_cuts, int *alloc_cuts, cut_data ***cuts) |
| ) |
|
int user_receive_lp_solution_cp PROTO |
( |
(void *user) |
| ) |
|