Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_benders.h185 int prop_maxroundsroot; member
H A Dstruct_set.h460 …int prop_maxroundsroot; /**< maximal number of propagation rounds in the root no… member
H A Dbenders.c4663 …_CALL( SCIPgetIntParam(subproblem, "propagating/maxroundsroot", &origparams->prop_maxroundsroot) ); in storeOrigSubproblemParams()
4739 …P_CALL( SCIPsetIntParam(subproblem, "propagating/maxroundsroot", origparams->prop_maxroundsroot) ); in resetOrigSubproblemParams()
H A Dsolve.c591 maxproprounds = (depth == 0 ? set->prop_maxroundsroot : set->prop_maxrounds); in propagateDomains()
H A Dset.c2222 &(*set)->prop_maxroundsroot, FALSE, SCIP_DEFAULT_PROP_MAXROUNDSROOT, -1, INT_MAX, in SCIPsetCreate()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG7212 - fixed bug in propagation with parameters prop_maxrounds and prop_maxroundsroot