mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
added is_expr_var and is_expr_val to check if a given expression is a value or a variable
This commit is contained in:
parent
a37fd146b0
commit
f533e5cfd7
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
from z3 import *
|
||||||
|
|
||||||
"""
|
"""
|
||||||
In Z3, variables are caleld *uninterpreted* consts and
|
In Z3, variables are caleld *uninterpreted* consts and
|
||||||
variables are *interpreted* consts.
|
variables are *interpreted* consts.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue