Dip  0.92.4
Functions
spp_lp_functions.h File Reference
#include "sym_proto.h"
#include "spp.h"
Include dependency graph for spp_lp_functions.h:

Go to the source code of this file.

Functions

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))
 

Function Documentation

void spp_free_lp_tmp 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)  )