Home
last modified time | relevance | path

Searched refs:SCIPlpGetRows (Results 1 – 6 of 6) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.h1465 SCIP_ROW** SCIPlpGetRows(
1591 #define SCIPlpGetRows(lp) ((lp)->rows) macro
H A Dscip_lp.c551 *rows = SCIPlpGetRows(scip->lp); in SCIPgetLPRowsData()
582 return SCIPlpGetRows(scip->lp); in SCIPgetLPRows()
H A Dconflict.c6976 rows = SCIPlpGetRows(lp); in getFarkasProof()
7157 rows = SCIPlpGetRows(lp); in getDualProof()
7900 rows = SCIPlpGetRows(lp); in runBoundHeuristic()
H A Dreopt.c1552 lprows = SCIPlpGetRows(lp); in storeCuts()
H A Dlp.c16795 #undef SCIPlpGetRows
17449 SCIP_ROW** SCIPlpGetRows( in SCIPlpGetRows() function
H A Dtree.c656 …SCIP_ALLOC( BMSduplicateBlockMemoryArray(blkmem, &(*subroot)->rows, SCIPlpGetRows(lp), (*subroot)-… in subrootCreate()