We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5317228 commit 3bbcbcbCopy full SHA for 3bbcbcb
pyomo/contrib/pyros/CHANGELOG.txt
@@ -3,6 +3,13 @@ PyROS CHANGELOG
3
===============
4
5
6
+-------------------------------------------------------------------------------
7
+PyROS 1.3.7 06 Mar 2025
8
9
+- Modify reformulation of state-variable independent second-stage
10
+ equality constraints for problems with discrete uncertainty sets
11
+
12
13
-------------------------------------------------------------------------------
14
PyROS 1.3.6 06 Mar 2025
15
pyomo/contrib/pyros/pyros.py
@@ -33,7 +33,7 @@
33
)
34
35
36
-__version__ = "1.3.6"
+__version__ = "1.3.7"
37
38
39
default_pyros_solver_logger = setup_pyros_logger()
0 commit comments