Open
Description
Summary
We have been having discussions in our weekly dev calls about introducing a "global config file" feature that would allow users to save their preferred/default configurations.
Rationale
We do not currently have any feature to allow users to "save" their common configuration options. We think this would be a quality of life update.
Description
Users can make their own configuration file and pass it into Pyomo, which will use any option in the config file rather than built-in defaults (e.g., could change the default solver to ipopt
or sense to maximize
; can pass in options that they regularly prefer such as tee=True
).