summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2017-10-28 16:45:16 -0700
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-10-28 18:45:16 -0500
commita5c79c991506610e47a8f503a2b775aa4b5fa63f (patch)
tree7f5cbdf9294407219dec181e3ba99fc6294677e0 /doc
parentd33fc58a4fccfe6bc9059e0dd47afea2ed69d1ad (diff)
Change bvudiv semantics based on input language (#1292)
* Change bvudiv semantics based on input language The semantics of division by zero have changed from SMT 2.5 to SMT 2.6. This commit sets the default options for the division semantics based on the language version used. The input language was already kept track of in the options, so this commit just updates the input language option when there is a set-info command. This mirrors how the code already deals with the output language. Note: With this commit, set-info overwrites the option set by the user. This is done to be consistent with the parser. This partially fixes #1241. * clang format
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback