IDAES / idaes-ext

IDAES developer repo for those building the idaes binary solvers and related tools.
Other
8 stars 11 forks source link

Fix for differential vars without derivatives #138

Closed eslickj closed 2 years ago

eslickj commented 2 years ago

This fixes the case where there are variables labeled differential, but no derivative that goes with them. This should be fine. We'll just need to make sure we don't assume that a derivative exists if a differential variable does. This also fixes missed variable bounds for TS solvers, in case somebody wants to use a bounded nonlinear solver.