Home
last modified time | relevance | path

Searched refs:lp_rowrepswitch (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_set.h341 …SCIP_Real lp_rowrepswitch; /**< simplex algorithm shall use row representation of t… member
H A Dset.c1797 &(*set)->lp_rowrepswitch, TRUE, SCIP_DEFAULT_LP_ROWREPSWITCH, -1.0, SCIP_REAL_MAX, in SCIPsetCreate()
H A Dlp.c9187 (*lp)->lpirowrepswitch = set->lp_rowrepswitch; in SCIPlpCreate()
11632 SCIP_CALL( lpSetRowrepswitch(lp, set->lp_rowrepswitch, &success) ); in lpSolveStable()