Skip to content

Commit

Permalink
Bump version and add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
guidotack committed Sep 12, 2019
1 parent 309dc47 commit 73a3961
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@
All bug numbers refer to the issue tracker at
https://github.com/MiniZinc/libminizinc/issues

Version 2.3.2
=============

Changes:
- Add warm starts and subtour cuts to CBC interface.
- Add documentation and assertion requiring that mdds are deterministic,
and add nondeterministic variant of mdd constraint.
- Add -s to the standard flags supported by MIP interfaces.
- Add flag --output-output-item to include user specified output item in
the formatted JSON and DZN output.

Bug fixes:
- Fix a bug that could leave unused variables in the resulting FlatZinc.
- bounded_dpath should rewrite to fzn_bounded_dpath. Fixes #300.
- Fix definition of sum_set.
- Check if overloaded function required for output. Fixes #303.
- Move regular constraint with set argument to its own file.
- Flatten assignment generators if necessary.
- Simplify fzn_value_precede_chain_int and avoid use of element predicate.
Fixes #307.
- Only initialise par opt variables as absent if they are not arrays.
- Fix the description of the neural_net predicate.
- Fix regular constraint with regular expressions (stopped working in 2.3.0).
- Fix the model interface output to include the same variables as the generated
output statement.
- Fix CSE for removed variable declarations. Could lead to reified constraints
not being compiled correctly when the control variable got fixed to true.

Version 2.3.1
=============

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.4.0)
# -- Project information and versioning.

project(libminizinc
VERSION 2.3.1
VERSION 2.3.2
LANGUAGES CXX C)

if(NOT BUILD_REF)
Expand Down

0 comments on commit 73a3961

Please sign in to comment.