Home
last modified time | relevance | path

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

/dports/math/curv/curv-0.5/curv/
H A Dconfig.cc88 Value branchval = root->find_field(branchname, cx); in get_config() local
89 if (!branchval.is_missing()) { in get_config()
90 auto branch = branchval.to<Record>(At_Field(branchname.c_str(), cx)); in get_config()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_lookahead.c501 targetdecision->branchval = sourcedecision->branchval; in branchingDecisionCopy()
2710 SCIP_Real branchval; in executeBranching() local
2720 branchval = candidate->branchval; in executeBranching()
4373 SCIP_Real branchval; in executeBranchingRecursive() local
4385 branchval = candidate->branchval; in executeBranchingRecursive()
4771 decision->branchval = candidatelist->candidates[0]->branchval; in selectVarRecursive()
4838 branchval = candidate->branchval; in selectVarRecursive()
5135 decision->branchval = candidate->branchval; in selectVarRecursive()
5365 decision->branchval = candidatelist->candidates[0]->branchval; in selectVarStart()
5420 decision->branchval = candidatelist->candidates[0]->branchval; in selectVarStart()
[all …]