Open
Description
Per the Pyomo 5.1 documentation
The Simulator does not support multi-indexed inputs (i.e. if m.b in the above example was indexed by another set besides m.t)
Feature request: support multi-indexed inputs.
Example application: distillation column (indexed over tray number) were heat added to each tray is an input (control variable).
@pwensing and I are interested in digging into the Pyomo code and working on a PR. Where should we start?