Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_lookahead.c1711 SCIP_RETCODE domainReductionsCreate( in domainReductionsCreate() function
4895 SCIP_CALL( domainReductionsCreate(scip, &downdomainreductions) ); in selectVarRecursive()
4896 SCIP_CALL( domainReductionsCreate(scip, &updomainreductions) ); in selectVarRecursive()
5405 SCIP_CALL( domainReductionsCreate(scip, &domainreductions) ); in selectVarStart()