Replies: 3 comments 4 replies
-
This seems to work. Would love to get feedback on if this is the right way to express the constraints.
|
Beta Was this translation helpful? Give feedback.
-
I played around with dafny (which I read uses z3 under the covers).
has the intended effect in dafny. I couldn't figure out from the dafny source code if dafny passes these constraints to z3 or solves them on its own. Any pointers to how dafny handles these constraints would be great, since I'm trying to replicate similar functionality in python. |
Beta Was this translation helpful? Give feedback.
-
I made some progress on this via dafny-lang/dafny#1323. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to arrange fixed width integer types in a separate type hierarchy for a type checker.
Such comparison is of course possible with
IntSort
/ArithSort
. Looking for advice on how to get around this error.Beta Was this translation helpful? Give feedback.
All reactions