issues
search
ampl
/
mp
An open-source library for mathematical programming
https://mp.ampl.com
Other
229
stars
42
forks
source link
Suffixes via expression trees
#184
Open
glebbelov
opened
2 years ago
glebbelov
commented
2 years ago
Propagate suffixes to / from expression trees.
Implement .FuncPieces and other Gurobi attributes for non-linear functional constraints
Warn about contradicting suffix values for subexpressions; have a default / configurable resolve mechanism
But only for constraints using that suffix
This is necessary because, e.g., Gurobi does not accept FuncPieces attr for other general constraints
Possibly, API for automatic delivery of such suffixes (no user Pre- / Postsolve code)
Propagate suffixes to / from expression trees.