Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c128 …int npseudobranches; /**< number of children created in pseudo branching (0 t… member
378 (*conshdlrdata)->npseudobranches = DEFAULT_NPSEUDOBRANCHES; in conshdlrdataCreate()
7724 if( conshdlrdata->npseudobranches <= 1 ) in branchPseudo()
7736 maxnbranchcands = conshdlrdata->npseudobranches-1; in branchPseudo()
9015 &conshdlrdata->npseudobranches, TRUE, DEFAULT_NPSEUDOBRANCHES, 0, INT_MAX, NULL, NULL) ); in SCIPincludeConshdlrSetppc()