mirror of
https://github.com/Z3Prover/z3
synced 2025-04-18 14:49:01 +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,3 +1,5 @@
|
|||
from z3 import *
|
||||
|
||||
"""
|
||||
In Z3, variables are caleld *uninterpreted* consts and
|
||||
variables are *interpreted* consts.
|
||||
|
|
Loading…
Reference in a new issue