summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authoryoni206 <yoni206@users.noreply.github.com>2020-11-12 14:00:14 -0800
committerGitHub <noreply@github.com>2020-11-12 16:00:14 -0600
commit3db60fa3fba4787cc33a61c1a357c43ba1cc9d6d (patch)
tree5d28086747e689cb3499873bf23c1c8fe3178785 /NEWS
parenta19e20cd3049134b15dbdcf7854a8854a77ccc43 (diff)
Models standard (#5415)
This PR relates to #4987 . Our plan is to: delete the model keyword avoid printing extra declarations by default wrap UF values with as expressions. This PR does step 1, and fixes regressions accordingly.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 682b9ce75..d915ef44f 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,9 @@ Changes:
now restrict bvxnor to only allow two operands in order to avoid confusion
about the semantics, since the behavior of n-ary operands to bvxnor is now
undefined in SMT-LIB.
+* SMT-LIB output for `get-model` command now conforms with the standard,
+ and does *not* begin with the keyword `model`. The output
+ is the same as before, only with this word removed from the beginning.
Changes since 1.7
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback