Searched refs:CPXLP (Results 1 – 3 of 3) sorted by relevance
/dports/math/glpk/glpk-5.0/examples/cplex/ |
H A D | cplex.h | 30 typedef struct CPXLP CPXLP, *CPXLPptr; typedef 151 int CPXbaropt(CPXENV *env, CPXLP *lp); 197 int CPXdualopt(CPXENV *env, CPXLP *lp); 199 int CPXfreeprob(CPXENV *env, CPXLP **lp); 220 int CPXgetmethod(CPXENV *env, CPXLP *lp); 222 int CPXgetnumcols(CPXENV *env, CPXLP *lp); 224 int CPXgetnumnz(CPXENV *env, CPXLP *lp); 226 int CPXgetnumrows(CPXENV *env, CPXLP *lp); 238 int CPXgetstat(CPXENV *env, CPXLP *lp); 254 int CPXlpopt(CPXENV *env, CPXLP *lp); [all …]
|
H A D | cplex.c | 32 CPXLP *list; 40 struct CPXLP struct 62 CPXLP *link; argument 218 static checklp(CPXENV *env, CPXLP *lp) in checklp() 227 static void invalidate(CPXLP *lp) in invalidate() 233 static void enlargerflag(CPXLP *lp) in enlargerflag() 475 int CPXbaropt(CPXENV *env, CPXLP *lp) in CPXbaropt() 801 CPXLP *lp; in CPXcloseCPLEX() 1064 { CPXLP *lp = NULL; in CPXcreateprob() 1168 { CPXLP *lp; in CPXfreeprob() [all …]
|
/dports/math/concorde/concorde/LOCALCUT/ |
H A D | separate.c | 660 typedef struct CPXLP *CPXLPptr;
|