You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unhelpful error message for missing constraint bounds
When a constrained optimization problem is defined with `cons` but without
`lcons` and `ucons`, the error message was "no method matching keys(::Nothing)"
which was confusing. Now it provides a clear error message that explains the
missing parameters and includes an example.
Fixes#959
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments