Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_osil.c2146 SCIP_EXPR* quadexpr; in readNonlinearExprs() local
2208 …SCIP_CALL( SCIPexprCreateQuadratic(SCIPblkmem(scip), &quadexpr, nquadvars, children, 0.0, lincoefs… in readNonlinearExprs()
2209 … SCIP_CALL( SCIPexprtreeCreate(SCIPblkmem(scip), &exprtrees[1], quadexpr, nquadvars, 0, NULL) ); in readNonlinearExprs()
/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dexpr.c16624 SCIP_EXPR* quadexpr; in SCIPexprgraphGetSeparableTrees() local
16658 …SCIP_CALL( SCIPexprCreateQuadratic(exprgraph->blkmem, &quadexpr, nexprs, exprs, i == 0 ? nodedata-… in SCIPexprgraphGetSeparableTrees()
16659 … SCIP_CALL( SCIPexprtreeCreate(exprgraph->blkmem, &exprtrees[i], quadexpr, nexprvars, 0, NULL) ); in SCIPexprgraphGetSeparableTrees()