Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_set.h180 …SCIP_Bool branch_divingpscost;/**< should pseudo costs be updated also in diving and p… member
H A Dset.c1243 &(*set)->branch_divingpscost, FALSE, SCIP_DEFAULT_BRANCH_DIVINGPSCOST, in SCIPsetCreate()
H A Dscip_var.c8720 if( scip->set->branch_divingpscost || (!scip->lp->diving && !SCIPtreeProbing(scip->tree)) ) in SCIPupdateVarPseudocost()