Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dpub_expr.h1262 SCIP_RETCODE SCIPexprgraphCreateNodeLinear(
H A Dexpr.c13459 SCIP_RETCODE SCIPexprgraphCreateNodeLinear( in SCIPexprgraphCreateNodeLinear() function
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_and.c3855 SCIP_CALL( SCIPexprgraphCreateNodeLinear(SCIPblkmem(scip), &linnode, 1, &coef, constant) ); in SCIP_DECL_EXPRGRAPHNODEREFORM()
H A Dcons_nonlinear.c3424 …SCIP_CALL( SCIPexprgraphCreateNodeLinear(SCIPblkmem(scip), &monomialnodes[nmonomialnodes], nchildr… in reformulate()
3680 …SCIP_CALL( SCIPexprgraphCreateNodeLinear(SCIPblkmem(scip), &replnode, 1, &coef, SCIPexprgraphGetNo… in reformulate()
H A Dcons_abspower.c5261 … SCIP_CALL( SCIPexprgraphCreateNodeLinear(SCIPblkmem(scip), &linnode, 1, &signpowcoef, constant) ); in SCIP_DECL_EXPRGRAPHNODEREFORM()