Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_nonlinear.h144 …SCIP_DECL_EXPRGRAPHNODEREFORM((*nodereform)),/**< method to call for reformulating expression grap…
H A Dcons_nonlinear.c171 …SCIP_DECL_EXPRGRAPHNODEREFORM((*nodereform));/**< method to call for reformulating an expression g…
2940 …if( conshdlrdata->nlconsupgrades[u]->nodereform != NULL && conshdlrdata->nlconsupgrades[u]->active… in reformulate()
2943 …SCIP_CALL( conshdlrdata->nlconsupgrades[u]->nodereform(scip, exprgraph, node, naddcons, &reformnod… in reformulate()
9378 …SCIP_DECL_EXPRGRAPHNODEREFORM((*nodereform)),/**< method to call for reformulating expression grap… in SCIPincludeNonlinconsUpgrade() argument
9394 if( nonlinconsupgd == NULL && nodereform == NULL ) in SCIPincludeNonlinconsUpgrade()
9411 …ades[i]->nlconsupgd == nonlinconsupgd && conshdlrdata->nlconsupgrades[i]->nodereform == nodereform) in SCIPincludeNonlinconsUpgrade()
9423 nlconsupgrade->nodereform = nodereform; in SCIPincludeNonlinconsUpgrade()