Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_set.h200 int conf_maxstoresize; /**< maximal size of conflict store */ member
H A Dconflictstore.c683 if( set->conf_maxstoresize == -1 ) in conflictstoreCleanUpStorage()
1252 if( set->conf_maxstoresize == 0 ) in SCIPconflictstoreCleanNewIncumbent()
H A Dscip_solvingstats.c2801 if( scip->set->conf_maxstoresize == 0 ) in SCIPprintConflictStatistics()
H A Dset.c1362 &(*set)->conf_maxstoresize, TRUE, SCIP_DEFAULT_CONF_MAXSTORESIZE, -1, INT_MAX, in SCIPsetCreate()