Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_cons.h182 int SCIPconshdlrGetNUpdateConss(
H A Dcons_nonlinear.c2358 assert(nskipupdatecons <= SCIPconshdlrGetNUpdateConss(conshdlr)); in reformReplaceNode()
2372 …for( c = 0; c < SCIPconshdlrGetNActiveConss(conshdlr) + SCIPconshdlrGetNUpdateConss(conshdlr) - ns… in reformReplaceNode()
2942 int nupdateconsbefore = SCIPconshdlrGetNUpdateConss(conshdlr); in reformulate()
2951 …ALL( reformReplaceNode(exprgraph, &node, reformnode, conshdlr, SCIPconshdlrGetNUpdateConss(conshdl… in reformulate()
H A Dcons.c4634 int SCIPconshdlrGetNUpdateConss( in SCIPconshdlrGetNUpdateConss() function
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG525 - new API functions SCIPconshdlrGetNUpdateConss() and SCIPconshdlrGetUpdateConss(), for expert user…