LP
Simple C/C++ interface to COIN-OR CBC, CPLEX, GLPK and GUROBI, with some interesting features
Data Fields
_LinearProgram Struct Reference

Data Fields

char optAsContinuous
 
char allInteger
 
int nOptimizations
 
double obj
 
double bestBound
 
int status
 
double solutionTime
 
double cutoff
 
char cutoffAsConstraint
 
vector< double > * _x
 
vector< double > * _pi
 
vector< double > * _slack
 
vector< double > * _rc
 
vector< double > * _obj
 
vector< int > * _idx
 
vector< double > * _coef
 
vector< int > * _orig
 
vector< vector< double > > * _savedSol
 
vector< double > * _savedObj
 
std::vector< int > * _priorities
 
char ** msNames
 
int * msIdx
 
double * msVal
 
int msVars
 
int mipEmphasis
 
char mipPreProcess
 
int heurFPPasses
 
int heurProx
 
int maxSeconds
 
int maxSolutions
 
int maxSavedSols
 
int maxNodes
 
int cuts
 
int printMessages
 
double absMIPGap
 
double relMIPGap
 
int parallel
 
int branchDir
 
char silent
 
lp_cb callback_
 
void * data_
 
char solOutFN [256]
 
char solInFN [256]
 

The documentation for this struct was generated from the following file: