Home
last modified time | relevance | path

Searched refs:SCIPlpGetNRows (Results 1 – 7 of 7) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.h1470 int SCIPlpGetNRows(
1592 #define SCIPlpGetNRows(lp) ((lp)->nrows) macro
H A Dtree.c304 (*probingnode)->ninitialrows = SCIPlpGetNRows(lp); in probingnodeCreate()
364 probingnode->nrows = SCIPlpGetNRows(lp); in probingnodeUpdate()
640 (*subroot)->nrows = SCIPlpGetNRows(lp); in subrootCreate()
3439 …SCIPsetDebugMsg(set, "-> old LP has %d cols and %d rows\n", SCIPlpGetNCols(lp), SCIPlpGetNRows(lp)… in SCIPtreeLoadLP()
3516 assert(lpforkdepth == -1 || SCIPlpGetNRows(lp) == tree->pathnlprows[lpforkdepth]); in SCIPtreeLoadLP()
3518 assert(lpforkdepth >= 0 || SCIPlpGetNRows(lp) == 0); in SCIPtreeLoadLP()
3524 …SCIPsetDebugMsg(set, "-> new LP has %d cols and %d rows\n", SCIPlpGetNCols(lp), SCIPlpGetNRows(lp)… in SCIPtreeLoadLP()
4068 …SCIP_CALL( SCIPlpShrinkRows(lp, blkmem, set, eventqueue, eventfilter, SCIPlpGetNRows(lp) - SCIPlpG… in focusnodeToFork()
4549 tree->pathnlprows[tree->focusnode->depth] = SCIPlpGetNRows(lp); in SCIPnodeFocus()
4560 tree->pathnlprows[tree->focusnode->depth] = SCIPlpGetNRows(lp); in SCIPnodeFocus()
[all …]
H A Dscip_lp.c553 *nrows = SCIPlpGetNRows(scip->lp); in SCIPgetLPRowsData()
603 return SCIPlpGetNRows(scip->lp); in SCIPgetNLPRows()
H A Dconflict.c6977 nrows = SCIPlpGetNRows(lp); in getFarkasProof()
7158 nrows = SCIPlpGetNRows(lp); in getDualProof()
7901 nrows = SCIPlpGetNRows(lp); in runBoundHeuristic()
H A Dsolve.c1199 assert(SCIPlpGetNRows(lp) == 0); in initLP()
H A Dreopt.c1553 nlprows = SCIPlpGetNRows(lp); in storeCuts()
H A Dlp.c16796 #undef SCIPlpGetNRows
17459 int SCIPlpGetNRows( in SCIPlpGetNRows() function