Skip to content

Commit

Permalink
update the version of MindtPy
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed Jan 11, 2024
1 parent 767da46 commit 317dae8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions pyomo/contrib/mindtpy/MindtPy.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@
- Add single-tree implementation.
- Add support for cplex_persistent solver.
- Fix bug in OA cut expression in cut_generation.py.
24.1.11 changes:
- fix gurobi single tree termination check bug
- fix Gurobi single tree cycle handling
- fix bug in feasibility pump method
- add special handling for infeasible relaxed NLP
- update the log format of infeasible fixed NLP subproblems
- create a new copy_var_list_values function
"""

from pyomo.contrib.mindtpy import __version__
Expand Down
2 changes: 1 addition & 1 deletion pyomo/contrib/mindtpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (0, 1, 0)
__version__ = (1, 0, 0)

0 comments on commit 317dae8

Please sign in to comment.