Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_logicor.h169 SCIP_Bool onlychecked, /**< should only checked constraints be cleaned up? */
H A Dcons_varbound.h191 SCIP_Bool onlychecked, /**< should only checked constraints be cleaned up? */
H A Dcons_setppc.h313 SCIP_Bool onlychecked, /**< should only checked constraints be cleaned up? */
H A Dcons_knapsack.h278 SCIP_Bool onlychecked, /**< should only checked constraints be cleaned up? */
H A Dcons_linear.h373 SCIP_Bool onlychecked, /**< should only checked constraints be cleaned up? */
H A Dcons_logicor.c5447 SCIP_Bool onlychecked, /**< should only checked constraints be cleaned up? */ in SCIPcleanupConssLogicor() argument
5470 …nconss = onlychecked ? SCIPconshdlrGetNCheckConss(conshdlr) : SCIPconshdlrGetNActiveConss(conshdlr… in SCIPcleanupConssLogicor()
5471 conss = onlychecked ? SCIPconshdlrGetCheckConss(conshdlr) : SCIPconshdlrGetConss(conshdlr); in SCIPcleanupConssLogicor()
H A Dcons_varbound.c5328 SCIP_Bool onlychecked, /**< should only checked constraints be cleaned up? */ in SCIPcleanupConssVarbound() argument
5357 …nconss = onlychecked ? SCIPconshdlrGetNCheckConss(conshdlr) : SCIPconshdlrGetNActiveConss(conshdlr… in SCIPcleanupConssVarbound()
5358 conss = onlychecked ? SCIPconshdlrGetCheckConss(conshdlr) : SCIPconshdlrGetConss(conshdlr); in SCIPcleanupConssVarbound()
H A Dcons_setppc.c9436 SCIP_Bool onlychecked, /**< should only checked constraints be cleaned up? */ in SCIPcleanupConssSetppc() argument
9459 …nconss = onlychecked ? SCIPconshdlrGetNCheckConss(conshdlr) : SCIPconshdlrGetNActiveConss(conshdlr… in SCIPcleanupConssSetppc()
9460 conss = onlychecked ? SCIPconshdlrGetCheckConss(conshdlr) : SCIPconshdlrGetConss(conshdlr); in SCIPcleanupConssSetppc()
H A Dcons_knapsack.c13753 SCIP_Bool onlychecked, /**< should only checked constraints be cleaned up? */ in SCIPcleanupConssKnapsack() argument
13769 …nconss = onlychecked ? SCIPconshdlrGetNCheckConss(conshdlr) : SCIPconshdlrGetNActiveConss(conshdlr… in SCIPcleanupConssKnapsack()
13770 conss = onlychecked ? SCIPconshdlrGetCheckConss(conshdlr) : SCIPconshdlrGetConss(conshdlr); in SCIPcleanupConssKnapsack()
H A Dcons_linear.c18860 SCIP_Bool onlychecked, /**< should only checked constraints be cleaned up? */ in SCIPcleanupConssLinear() argument
18876 …nconss = onlychecked ? SCIPconshdlrGetNCheckConss(conshdlr) : SCIPconshdlrGetNActiveConss(conshdlr… in SCIPcleanupConssLinear()
18877 conss = onlychecked ? SCIPconshdlrGetCheckConss(conshdlr) : SCIPconshdlrGetConss(conshdlr); in SCIPcleanupConssLinear()