Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_linear.c313 …SCIP_Bool rangedrowartcons; /**< should presolving and propagation extract sub-const… member
5872 …addartconss = conshdlrdata->rangedrowartcons && SCIPgetDepth(scip) < 1 && !SCIPinProbing(scip) && … in rangedRowPropagation()
17649 &conshdlrdata->rangedrowartcons, TRUE, DEFAULT_RANGEDROWARTCONS, NULL, NULL) ); in SCIPincludeConshdlrLinear()