Dip
0.92.4
|
#include <sym_lp_solver.h>
Public Attributes | |
double | lpetol |
char | lp_is_modified |
char | col_set_changed |
double | objval |
int | termcode |
MIPdesc * | mip |
int | n |
int | maxn |
int | m |
int | maxm |
int | nz |
int | maxnz |
double * | random_hash |
double * | heur_solution |
double * | col_solution |
double * | hashes |
int | hashes_num |
int * | accepted_ind |
int | accepted_num |
char | ordering |
var_desc ** | vars |
int | not_fixed_num |
int * | not_fixed |
int | nf_status |
char * | status |
double * | x |
double * | dj |
double * | dualsol |
double * | slacks |
double * | ub |
double * | lb |
row_data * | rows |
temporary | tmp |
int | tmp1_size |
int | tmp2_size |
temporary | tmp1 |
temporary | tmp2 |
int | lp_count |
cgl_params | cgl |
int * | frac_var_cnt |
Definition at line 157 of file sym_lp_solver.h.
double LPDATA::lpetol |
Definition at line 172 of file sym_lp_solver.h.
char LPDATA::lp_is_modified |
Definition at line 173 of file sym_lp_solver.h.
char LPDATA::col_set_changed |
Definition at line 174 of file sym_lp_solver.h.
double LPDATA::objval |
Definition at line 175 of file sym_lp_solver.h.
int LPDATA::termcode |
Definition at line 176 of file sym_lp_solver.h.
MIPdesc* LPDATA::mip |
Definition at line 177 of file sym_lp_solver.h.
int LPDATA::n |
Definition at line 178 of file sym_lp_solver.h.
int LPDATA::maxn |
Definition at line 179 of file sym_lp_solver.h.
int LPDATA::m |
Definition at line 180 of file sym_lp_solver.h.
int LPDATA::maxm |
Definition at line 181 of file sym_lp_solver.h.
int LPDATA::nz |
Definition at line 182 of file sym_lp_solver.h.
int LPDATA::maxnz |
Definition at line 183 of file sym_lp_solver.h.
double* LPDATA::random_hash |
Definition at line 184 of file sym_lp_solver.h.
double* LPDATA::heur_solution |
Definition at line 185 of file sym_lp_solver.h.
double* LPDATA::col_solution |
Definition at line 186 of file sym_lp_solver.h.
double* LPDATA::hashes |
Definition at line 188 of file sym_lp_solver.h.
int LPDATA::hashes_num |
Definition at line 189 of file sym_lp_solver.h.
int* LPDATA::accepted_ind |
Definition at line 190 of file sym_lp_solver.h.
int LPDATA::accepted_num |
Definition at line 191 of file sym_lp_solver.h.
char LPDATA::ordering |
Definition at line 193 of file sym_lp_solver.h.
var_desc** LPDATA::vars |
Definition at line 195 of file sym_lp_solver.h.
int LPDATA::not_fixed_num |
Definition at line 197 of file sym_lp_solver.h.
int* LPDATA::not_fixed |
Definition at line 198 of file sym_lp_solver.h.
int LPDATA::nf_status |
Definition at line 199 of file sym_lp_solver.h.
char* LPDATA::status |
Definition at line 201 of file sym_lp_solver.h.
double* LPDATA::x |
Definition at line 202 of file sym_lp_solver.h.
double* LPDATA::dj |
Definition at line 203 of file sym_lp_solver.h.
double* LPDATA::dualsol |
Definition at line 204 of file sym_lp_solver.h.
double* LPDATA::slacks |
Definition at line 205 of file sym_lp_solver.h.
double* LPDATA::ub |
Definition at line 206 of file sym_lp_solver.h.
double* LPDATA::lb |
Definition at line 207 of file sym_lp_solver.h.
row_data* LPDATA::rows |
Definition at line 209 of file sym_lp_solver.h.
temporary LPDATA::tmp |
Definition at line 211 of file sym_lp_solver.h.
int LPDATA::tmp1_size |
Definition at line 213 of file sym_lp_solver.h.
int LPDATA::tmp2_size |
Definition at line 214 of file sym_lp_solver.h.
temporary LPDATA::tmp1 |
Definition at line 215 of file sym_lp_solver.h.
temporary LPDATA::tmp2 |
Definition at line 216 of file sym_lp_solver.h.
int LPDATA::lp_count |
Definition at line 222 of file sym_lp_solver.h.
cgl_params LPDATA::cgl |
Definition at line 223 of file sym_lp_solver.h.
int* LPDATA::frac_var_cnt |
Definition at line 225 of file sym_lp_solver.h.