Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c204 …SCIP_Real clqpartupdatefac; /**< factor on the growth of global cliques to decide wh… member
476 … && SCIPgetNCliques(scip) >= (int)(conshdlrdata->clqpartupdatefac * consdata->ncliqueslastpart)); in calcCliquepartition()
487 …&& SCIPgetNCliques(scip) >= (int)(conshdlrdata->clqpartupdatefac * consdata->ncliqueslastnegpart)); in calcCliquepartition()
13417 &conshdlrdata->clqpartupdatefac, TRUE, DEFAULT_CLQPARTUPDATEFAC, 1.0, 10.0, NULL, NULL) ); in SCIPincludeConshdlrKnapsack()