File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,22 @@ SPDX-License-Identifier: Apache-2.0
10
10
11
11
# JavaSMT ChangeLog
12
12
13
+ ## JavaSMT 4.0.0
14
+
15
+ This major release comes with several updated solvers and dependencies,
16
+ a new (potentially faster) evaluator for models,
17
+ and support for the theory of enumerations (domains of fixed size).
18
+
19
+ ### Breaking changes:
20
+ - The push-method in ProverEnvironments can throw InterruptedExceptions.
21
+ - Model evalation supports enumeration theory.
22
+ - Direct construction ArrayFormulaType was replaced with a static building method.
23
+
24
+ ### Updated solvers:
25
+ - MathSAT 5.6.10
26
+ - Z3 4.12.2
27
+ - CVC5 1.0.5
28
+
13
29
## JavaSMT 3.14.3
14
30
15
31
This patch release updates SMTInterpol to version 2.5-1242-g5c50fb6d.
You can’t perform that action at this time.
0 commit comments