Home
last modified time | relevance | path

Searched refs:SCIPnlrowGetExprtree (Results 1 – 15 of 15) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_nlp.h169 SCIP_EXPRTREE* SCIPnlrowGetExprtree(
H A Dsepa_convexproj.c281 tree = SCIPnlrowGetExprtree(nlrow); in generateCut()
714 (SCIPnlrowGetNQuadElems(nlrow) == 0 && SCIPnlrowGetExprtree(nlrow) == NULL) ) in storeNonlinearConvexNlrows()
H A Dsepa_gauge.c158 (SCIPnlrowGetNQuadElems(nlrow) == 0 && SCIPnlrowGetExprtree(nlrow) == NULL) ) in storeNonlinearConvexNlrows()
660 tree = SCIPnlrowGetExprtree(nlrow); in generateCut()
H A Dscip_nonlinear.c1116 if( SCIPnlrowGetNQuadElems(nlrow) == 0 && SCIPnlrowGetExprtree(nlrow) == NULL ) in SCIPcreateNlpiProb()
1211 if( SCIPnlrowGetExprtree(nlrow) != NULL ) in SCIPcreateNlpiProb()
1218 exprtrees[nconss] = SCIPnlrowGetExprtree(nlrow); in SCIPcreateNlpiProb()
H A Dheur_multistart.c295 tree = SCIPnlrowGetExprtree(nlrow); in computeGradient()
850 + GRADCOSTFAC_NONLINEAR * getExprtreeSize(SCIPnlrowGetExprtree(nlrows[i])); in applyHeur()
H A Dprop_nlobbt.c167 if( SCIPnlrowGetNQuadElems(nlrows[i]) == 0 && SCIPnlrowGetExprtree(nlrows[i]) == NULL ) in isNlobbtApplicable()
H A Dheur_mpec.c370 + 3.0 * getExprtreeSize(SCIPnlrowGetExprtree(nlrow)); in heurExec()
H A Dheur_undercover.c327 exprtree = SCIPnlrowGetExprtree(nlrow); in processNlRow()
3369 …run = SCIPnlrowGetExprtree(nlrows[i]) != NULL && SCIPexprtreeGetNVars(SCIPnlrowGetExprtree(nlrows[… in SCIP_DECL_HEUREXEC()
H A Dbenderscut_opt.c1120 tree = SCIPnlrowGetExprtree(nlrow); in SCIPaddNlRowGradientBenderscutOpt()
H A Dsepa_eccuts.c1528 if( !SCIPnlrowIsInNLP(nlrow) || SCIPnlrowGetExprtree(nlrow) != NULL in isCandidate()
H A Dprop_obbt.c2539 exprtree = SCIPnlrowGetExprtree(nlrow); in countNLRowVarsNonConvexity()
H A Dnlp.c3370 SCIP_EXPRTREE* SCIPnlrowGetExprtree( in SCIPnlrowGetExprtree() function
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd1510 SCIP_EXPRTREE* SCIPnlrowGetExprtree(SCIP_NLROW* nlrow)
H A Dscip.pyx507 exprtree = SCIPnlrowGetExprtree(self.scip_nlrow)
H A Dscip.c70061 __pyx_v_exprtree = SCIPnlrowGetExprtree(__pyx_v_self->scip_nlrow);