Skip to content

Commit

Permalink
Merge pull request #659 from johnyf/ufnia_integer_arithmetic
Browse files Browse the repository at this point in the history
BUG: define UFNIA as logic with integer arithmetic
  • Loading branch information
Marco Gario committed Oct 25, 2020
2 parents b248cdc + a062478 commit d1fadc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysmt/logics.py
Expand Up @@ -590,6 +590,7 @@ def __hash__(self):
description=\
"""Non-linear integer arithmetic with uninterpreted sort and function
symbols.""",
integer_arithmetic=True,
integer_difference=True,
linear=False,
uninterpreted=True)
Expand Down

0 comments on commit d1fadc0

Please sign in to comment.