Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_lookahead.c3047 …SCIP_Bool* boundchange /**< pointer to store whether a bound change has been ap… in applyBinaryConstraints() argument
3066 assert(boundchange != NULL); in applyBinaryConstraints()
3145 *boundchange = TRUE; in applyBinaryConstraints()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG803 - fixed rejecting minimal boundchange that changed sign of variable, even though SCIPisLb/UbBetter …