Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c7747 SCIP_Longint unfixedweightsum = consdata->onesweightsum; in propagateCons() local
7754 unfixedweightsum += consdata->weights[i]; in propagateCons()
7757 if( unfixedweightsum > consdata->capacity ) in propagateCons()
7763 SCIPconsGetName(cons), consdata->weightsum, unfixedweightsum, consdata->capacity); in propagateCons()