John Siirola
John Siirola
This came up at the Dev call today, but we should consider putting together a standard Contribution Guide and include it in the repo and RTD. It should include: -...
## Fixes # . ## Summary/Motivation: This PR is primarily adding more comprehensive testing of templatizing (and compiling) linear models. As part of flusing out the tests, this resolves a...
## Fixes # . ## Summary/Motivation: This PR was motivated by two new features in the Config system: - `ConfigDict.add()` should accept keyword arguments so that users can specify modifiers...
## Fixes # . ## Summary/Motivation: This started as an update the to SOL file parser to resolve some holes in the parse logic around parsing AMPL options, and turned...
## Summary As part of Pyomo 7 we should make an effort to improve type hints across Pyomo. ### Rationale Typing would go a long ways toward help connect users...
## Summary Pyomo's RangeSet and Set components are currently 1-based (RangeSet starts at 1 and includes the endpoint), and the "counted call" syntax starts at 1. This was originally chosen...