How to calculate strings or Floating-point arithmetic numbers? #6837
Unanswered
yongxin3344520
asked this question in
Q&A
Replies: 1 comment
-
Try to follow https://microsoft.github.io/z3guide/programming/Z3%20Python%20-%20Readonly/Introduction |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to calculate strings or Floating-point arithmetic numbers like this?
Example 1:
// String a ;
a.length() == 2 && a.startWith("@")
Example 2:
// float x, y ;
x + y = 1;
x^2 + y^2 = 2 ;
Beta Was this translation helpful? Give feedback.
All reactions