Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_set.h436 SCIP_Bool presol_donotaggr; /**< shouldaggregation of variables be forbidden? */ member
H A Dscip_var.c8408 if( scip->set->presol_donotaggr ) in SCIPaggregateVars()
8545 return scip->set->presol_donotaggr; in SCIPdoNotAggr()
H A Dset.c2149 &(*set)->presol_donotaggr, TRUE, SCIP_DEFAULT_PRESOL_DONOTAGGR, in SCIPsetCreate()