#include "sym_proto.h"
#include "spp.h"
Go to the source code of this file.
|
void spp_init_lp | PROTO ((spp_lp_problem *spp)) |
|
void disp_where_cut_is_from | PROTO ((int from)) |
|
void display_cut_in_lp | PROTO ((spp_lp_problem *spp, cut_data *cut, double violation)) |
|
void cut_to_row | PROTO ((spp_lp_problem *spp, int n, var_desc **vars, cut_data *cut, int *pnzcnt, int **pmatind, double **pmatval)) |
|
void lift_cut_in_lp | PROTO ((spp_lp_problem *spp, int from, int n, var_desc **vars, cut_data **cut, int *plifted_cutnum, cut_data ***plifted_cuts)) |
|
int extend_clique_greedily | PROTO ((col_ordered *cmatrix, int cl_length, int *cl_indices, int length, int *indices)) |
|
char lift_clique | PROTO ((spp_lp_problem *spp, int n, var_desc **vars, double *dj, double dj_threshold, cut_data *cut, cut_data *new_cut, int strategy)) |
|
void disp_where_cut_is_from PROTO |
( |
(int from) |
| ) |
|
int extend_clique_greedily PROTO |
( |
(col_ordered *cmatrix, int cl_length, int *cl_indices, int length, int *indices) |
| ) |
|