or-fusion / pao

A Python Package for Adversarial Optimization
Other
18 stars 15 forks source link

Extend Pyomo->MP Conversion #57

Open whart222 opened 3 years ago

whart222 commented 3 years ago

Right now, PAO only pulls in variables/expressions/constraints from Block/Objective/Constraint expressions.

We should (a) throw errors when other components are encountered or (b) pull-out the modeling representations from those components.