Home
last modified time | relevance | path

Searched refs:exprinterpreter (Results 1 – 10 of 10) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_bivariate.c1069 assert(exprinterpreter != NULL); in initSepaData()
1310 assert(exprinterpreter != NULL); in solveDerivativeEquation()
1563 assert(exprinterpreter != NULL); in generateEstimatingHyperplane()
1864 assert(exprinterpreter != NULL); in generateUnderestimatorParallelYFacets()
2097 assert(exprinterpreter != NULL); in generateOrthogonal_lx_ly_Underestimator()
2492 assert(exprinterpreter != NULL); in generateOrthogonal_lx_uy_Underestimator()
2852 assert(exprinterpreter != NULL); in generateConvexConcaveUnderestimator()
3620 assert(exprinterpreter != NULL); in generate1ConvexIndefiniteUnderestimatorAtBoundary()
3832 assert(exprinterpreter != NULL); in generate1ConvexIndefiniteUnderestimatorInTheInteriorPatternA()
4028 assert(exprinterpreter != NULL); in generate1ConvexIndefiniteUnderestimatorInTheInteriorPatternB()
[all …]
H A Dheur_multistart.c86 SCIP_EXPRINT* exprinterpreter; /**< expression interpreter to compute gradients */ member
347 SCIP_EXPRINT* exprinterpreter, /**< expression interpreter */ in improvePoint() argument
366 assert(exprinterpreter != NULL); in improvePoint()
424 … SCIP_CALL( computeGradient(scip, nlrows[i], exprinterpreter, point, varindex, grad, &nlrownorm) ); in improvePoint()
828 if( heurdata->exprinterpreter == NULL ) in applyHeur()
830 SCIP_CALL( SCIPexprintCreate(SCIPblkmem(scip), &heurdata->exprinterpreter) ); in applyHeur()
871 …SCIP_CALL( improvePoint(scip, nlrows, nnlrows, varindex, heurdata->exprinterpreter, points[npoints… in applyHeur()
981 if( heurdata->exprinterpreter != NULL ) in SCIP_DECL_HEURFREE()
983 SCIP_CALL( SCIPexprintFree(&heurdata->exprinterpreter) ); in SCIP_DECL_HEURFREE()
H A Dbenderscut_feas.c229 SCIP_EXPRINT* exprinterpreter; in computeStandardNLPFeasibilityCut() local
252 SCIP_CALL( SCIPexprintCreate(SCIPblkmem(subproblem), &exprinterpreter) ); in computeStandardNLPFeasibilityCut()
269 …CIPaddNlRowGradientBenderscutOpt(masterprob, subproblem, benders, nlrow, exprinterpreter, -dualsol, in computeStandardNLPFeasibilityCut()
286 SCIP_CALL( SCIPexprintFree(&exprinterpreter) ); in computeStandardNLPFeasibilityCut()
H A Dsepa_convexproj.c106 SCIP_EXPRINT* exprinterpreter; /**< expression interpreter to compute gradients */ member
147 SCIP_CALL( SCIPexprintFree(&sepadata->exprinterpreter) ); in sepadataClear()
287 SCIP_CALL( computeGradient(scip, sepadata->exprinterpreter, projection, tree, grad) ); in generateCut()
521 …SCIP_CALL( generateCut(scip, sepa, sepadata->exprinterpreter, projection, nlrow, convexside, activ… in separateCuts()
845 SCIP_CALL( SCIPexprintCreate(SCIPblkmem(scip), &sepadata->exprinterpreter) ); in SCIP_DECL_SEPAEXECLP()
H A Dsepa_gauge.c112 SCIP_EXPRINT* exprinterpreter; /**< expression interpreter to compute gradients */ member
845 … SCIP_CALL( generateCut(scip, sol, sepadata->exprinterpreter, nlrow, convexside, row, &success) ); in separateCuts()
922 SCIP_CALL( SCIPexprintFree(&sepadata->exprinterpreter) ); in SCIP_DECL_SEPAEXITSOL()
991 SCIP_CALL( SCIPexprintCreate(SCIPblkmem(scip), &sepadata->exprinterpreter) ); in SCIP_DECL_SEPAEXECLP()
H A Dbenderscut_opt.c438 SCIP_EXPRINT* exprinterpreter; in computeStandardNLPOptimalityCut() local
490 SCIP_CALL( SCIPexprintCreate(SCIPblkmem(subproblem), &exprinterpreter) ); in computeStandardNLPOptimalityCut()
514 …IP_CALL( SCIPaddNlRowGradientBenderscutOpt(masterprob, subproblem, benders, nlrow, exprinterpreter, in computeStandardNLPOptimalityCut()
518 SCIP_CALL( SCIPexprintFree(&exprinterpreter) ); in computeStandardNLPOptimalityCut()
H A Dcons_nonlinear.c180 SCIP_EXPRINT* exprinterpreter; /**< expression interpreter to compute gradients */ member
3873 assert(conshdlrdata->exprinterpreter != NULL); in computeViolation()
3937 SCIP_CALL( SCIPexprintCompile(conshdlrdata->exprinterpreter, consdata->exprtrees[i]) ); in computeViolation()
3962 …SCIP_CALL( SCIPexprintEval(conshdlrdata->exprinterpreter, consdata->exprtrees[i], &varval, &val) ); in computeViolation()
3993 … SCIP_CALL( SCIPexprintEval(conshdlrdata->exprinterpreter, consdata->exprtrees[i], x, &val) ); in computeViolation()
5782 SCIP_CALL( generateCut(scip, conshdlrdata->exprinterpreter, conss[c], NULL, ref, TRUE, in addLinearizationCuts()
7318 assert(conshdlrdata->exprinterpreter != NULL); in SCIP_DECL_CONSFREE()
7334 SCIP_CALL( SCIPexprintFree(&conshdlrdata->exprinterpreter) ); in SCIP_DECL_CONSFREE()
7812 …SCIP_CALL( generateCut(scip, conshdlrdata->exprinterpreter, conss[c], x, NULL, TRUE, SCIP_SIDETYPE… in SCIP_DECL_CONSINITLP()
7826 …SCIP_CALL( generateCut(scip, conshdlrdata->exprinterpreter, conss[c], x, NULL, TRUE, SCIP_SIDETYPE… in SCIP_DECL_CONSINITLP()
[all …]
/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dnlpioracle.c85 …SCIP_EXPRINT* exprinterpreter; /**< interpreter for expression trees: evaluation and de… member
804 SCIP_CALL( SCIPexprintEval(oracle->exprinterpreter, cons->exprtree, xx, &nlval) ); in evalFunctionValue()
1026 …SCIP_CALL( SCIPexprintHessianSparsityDense(oracle->exprinterpreter, exprtree, x, hesnz) ); /*lint… in hessLagSparsitySetNzFlagForExprtree()
1145 …SCIP_CALL( SCIPexprintHessianDense(oracle->exprinterpreter, exprtree, xx, new_x, &val, h) ); /*li… in hessLagAddExprtree()
1346 SCIP_CALL( SCIPexprintCreate(blkmem, &(*oracle)->exprinterpreter) ); in SCIPnlpiOracleCreate()
1371 SCIP_CALL( SCIPexprintFree(&(*oracle)->exprinterpreter) ); in SCIPnlpiOracleFree()
1589 SCIP_CALL( SCIPexprintCompile(oracle->exprinterpreter, cons->exprtree) ); in SCIPnlpiOracleAddConstraints()
1638 SCIP_CALL( SCIPexprintCompile(oracle->exprinterpreter, oracle->objective->exprtree) ); in SCIPnlpiOracleSetObjective()
2134 assert(oracle->exprinterpreter != NULL); in SCIPnlpiOracleChgExprtree()
2138 SCIP_CALL( SCIPexprintCompile(oracle->exprinterpreter, cons->exprtree) ); in SCIPnlpiOracleChgExprtree()
[all …]
/dports/math/SCIP/scip-7.0.3/tests/src/sepa/
H A Dconvexproj.c271 SCIP_CALL( SCIPexprintCreate(SCIPblkmem(scip), &sepadata->exprinterpreter) ); in setup_sepadata()
H A Dgauge.c648 …SCIP_CALL( SCIPexprintCreate(SCIPblkmem(scip), &sepadata->exprinterpreter) ); /* so that it doesn'… in Test()