Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepastore.c838 SCIPconshdlrIncNAppliedCuts((SCIP_CONSHDLR*) cut->origin); in sepastoreApplyCut()
842 SCIPconshdlrIncNAppliedCuts(SCIPconsGetHdlr((SCIP_CONS*)cut->origin)); in sepastoreApplyCut()
H A Dcons.h554 void SCIPconshdlrIncNAppliedCuts(
H A Dcons.c4864 void SCIPconshdlrIncNAppliedCuts( in SCIPconshdlrIncNAppliedCuts() function
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG3898 …- SCIPconshdlrIncNAppliedCuts() in cons.h to increase the number of applied cuts (used by sepastor…