Home
last modified time | relevance | path

Searched refs:exprtreevars (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_undercover.c330 SCIP_VAR** exprtreevars; in processNlRow() local
337 exprtreevars = SCIPexprtreeGetVars(exprtree); in processNlRow()
339 if( exprtreevars != NULL && nexprtreevars > 0 ) in processNlRow()
380 probidx1 = SCIPvarGetProbindex(exprtreevars[idx1]); in processNlRow()
390 && !termIsConstant(scip, exprtreevars[idx1], 1.0, globalbounds) ) in processNlRow()
420 probidx2 = SCIPvarGetProbindex(exprtreevars[idx2]); in processNlRow()
428 if( termIsConstant(scip, exprtreevars[idx1], 1.0, globalbounds) in processNlRow()
462 assert(exprtreevars[i] != NULL); in processNlRow()
465 probidx1 = SCIPvarGetProbindex(exprtreevars[i]); in processNlRow()
469 SCIPvarGetName(exprtreevars[i]), SCIPnlrowGetName(nlrow)); in processNlRow()
[all …]
H A Dnlp.c5870 SCIP_VAR** exprtreevars; in SCIPnlpGetVarsNonlinearity() local
5873 exprtreevars = SCIPexprtreeGetVars(nlrow->exprtree); in SCIPnlpGetVarsNonlinearity()
5875 assert(exprtreevars != NULL || nexprtreevars == 0); in SCIPnlpGetVarsNonlinearity()
5878 assert(SCIPhashmapExists(nlp->varhash, (void*)exprtreevars[i])); /*lint !e613 */ in SCIPnlpGetVarsNonlinearity()
5881 …quadvarshash != NULL && SCIPhashmapExists(nlrow->quadvarshash, (void*)exprtreevars[i]) ) /*lint !… in SCIPnlpGetVarsNonlinearity()
5884 varidx = SCIPhashmapGetImageInt(nlp->varhash, (void*)exprtreevars[i]); /*lint !e613 */ in SCIPnlpGetVarsNonlinearity()
5921 SCIP_VAR** exprtreevars; in SCIPnlpHasContinuousNonlinearity() local
5924 exprtreevars = SCIPexprtreeGetVars(nlrow->exprtree); in SCIPnlpHasContinuousNonlinearity()
5926 assert(exprtreevars != NULL || nexprtreevars == 0); in SCIPnlpHasContinuousNonlinearity()
5929 if( SCIPvarGetType(exprtreevars[i]) == SCIP_VARTYPE_CONTINUOUS ) /*lint !e613*/ in SCIPnlpHasContinuousNonlinearity()
H A Dprop_obbt.c2500 SCIP_VAR** exprtreevars; in countNLRowVarsNonConvexity() local
2543 exprtreevars = SCIPexprtreeGetVars(exprtree); in countNLRowVarsNonConvexity()
2549 var = exprtreevars[t]; in countNLRowVarsNonConvexity()