Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepa_rapidlearning.c627 downvsids = SCIPgetVarVSIDS(subscip, subvars[i], SCIP_BRANCHDIR_DOWNWARDS); in setupAndSolveSubscipRapidlearning()
632 upvsids = SCIPgetVarVSIDS(subscip, subvars[i], SCIP_BRANCHDIR_UPWARDS); in setupAndSolveSubscipRapidlearning()
H A Dscip_var.h3380 SCIP_Real SCIPgetVarVSIDS(
H A Dscip_var.c9105 SCIP_Real SCIPgetVarVSIDS( in SCIPgetVarVSIDS() function
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG5139 SCIPgetVarVSIDS() and SCIPgetVarVSIDSCurrentRun(), respectively.