Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c11090 SCIP_RETCODE greedyCliqueAlgorithm( in greedyCliqueAlgorithm() function
11324 …SCIP_CALL( greedyCliqueAlgorithm(scip, poscliquevars, gainweights, nposcliquevars, freecapacity, F… in addCliques()
11332 …SCIP_CALL( greedyCliqueAlgorithm(scip, consdata->vars, consdata->weights, nvars, consdata->capacit… in addCliques()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG1335 …the total number of nonzeros added to the clique table during the greedyCliqueAlgorithm of cons_kn…