Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtree.c3419 int lpforkdepth; in SCIPtreeLoadLP() local
3456 lpforkdepth = -1; in SCIPtreeLoadLP()
3464 lpforkdepth = (int) lpfork->depth; in SCIPtreeLoadLP()
3472 …assert(lpforkdepth == -1 || tree->pathnlpcols[tree->correctlpdepth] <= tree->pathnlpcols[lpforkdep… in SCIPtreeLoadLP()
3473 …assert(lpforkdepth == -1 || tree->pathnlprows[tree->correctlpdepth] <= tree->pathnlprows[lpforkdep… in SCIPtreeLoadLP()
3490 assert(lpforkdepth < tree->pathlen); in SCIPtreeLoadLP()
3513 …assert(lpforkdepth == -1 || tree->pathnlpcols[tree->correctlpdepth] == tree->pathnlpcols[lpforkdep… in SCIPtreeLoadLP()
3514 …assert(lpforkdepth == -1 || tree->pathnlprows[tree->correctlpdepth] == tree->pathnlprows[lpforkdep… in SCIPtreeLoadLP()
3515 assert(lpforkdepth == -1 || SCIPlpGetNCols(lp) == tree->pathnlpcols[lpforkdepth]); in SCIPtreeLoadLP()
3516 assert(lpforkdepth == -1 || SCIPlpGetNRows(lp) == tree->pathnlprows[lpforkdepth]); in SCIPtreeLoadLP()
[all …]