Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_lookahead.c2815 int nproblemvars = SCIPgetNVars(scip); in executeBranching() local
2821 for( i = 0; i < nproblemvars; i++ ) in executeBranching()