File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ this project adheres to `Semantic Versioning <https://semver.org/>`_.
99Unreleased _
1010------------
1111
12+
13+ Added
14+ ^^^^^
15+
16+ - Add the ``Instance.diverse_solutions `` method to use the MiniZinc
17+ experimental feature to model diversity and try and find a set of diverse
18+ solutions for the given problem.
19+
1220Removed
1321^^^^^^^
1422
3543
3644- Fix problem where some exceptions when creating processes where hidden and
3745 would then cause errors where the ``proc `` variable did not exist.
46+ - Fix issue where MiniZinc would not correctly be terminated on Windows when
47+ the Python process was interrupted.
3848
39490.9.0 _ - 2023-04-04
4050-------------------
@@ -88,7 +98,7 @@ Removed
8898- **BREAKING: ** The project no longer contains the (uncompleted) direct library
8999 connection to libminizinc. With this change come some simplications in methods of
90100 relocated from ``CLIDriver `` and ``CLIInstance ``, and the move of ``find_driver `` to
91- ``Driver.find ``.
101+ ``Driver.find ``.
92102
93103Fixed
94104^^^^^
@@ -107,7 +117,7 @@ Added
107117Fixed
108118^^^^^
109119
110- - Do not raise error about unsupported solver flags when MiniZinc driver would
120+ - Do not raise error about unsupported solver flags when MiniZinc driver would
111121 not raise an error.
112122- Fix warnings caused by unterminated coroutines when using the asynchronous
113123 iterators
You can’t perform that action at this time.
0 commit comments