This repository was archived by the owner on Aug 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.3)
1010#-----------------------------------------------------------------------------#
1111
1212project (boolector)
13- set (VERSION "3.2.1 " )
13+ set (VERSION "3.2.2 " )
1414string (TIMESTAMP TIME)
1515
1616#-----------------------------------------------------------------------------#
Original file line number Diff line number Diff line change 1- news since 3.2.1
2- --------------------------------------------------------------------------------
1+ news for release 3.2.2 since 3.2.1
2+ --------------------------------------------------------------------------------
3+ + fix issues in btormc
4+ + fix issue with get-value for Boolean variables
5+ + fix issue with get_failed_assumptions in combination with push/pop
6+ + fix get-unsat-assumptions printing
7+ + export enums for setting options (option values)
8+ + get-model is now SMT-LIB standard compliant
9+ + PyPi packages for Boolector
310+ remove obsolete CL option --smt2-model (use -m --output-format=smt2 instead)
411
512 news for release 3.2.1 since 3.2.0
You can’t perform that action at this time.
0 commit comments