Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c99 #define DEFAULT_NPSEUDOBRANCHES 2 /**< number of children created in pseudo branching (0: dis… macro
378 (*conshdlrdata)->npseudobranches = DEFAULT_NPSEUDOBRANCHES; in conshdlrdataCreate()
9015 &conshdlrdata->npseudobranches, TRUE, DEFAULT_NPSEUDOBRANCHES, 0, INT_MAX, NULL, NULL) ); in SCIPincludeConshdlrSetppc()