3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 02:45:51 +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:
ThanhVu (Vu) Nguyen 2012-12-02 23:42:16 -05:00
parent a37fd146b0
commit f533e5cfd7

View file

@ -1,3 +1,5 @@
from z3 import *
"""
In Z3, variables are caleld *uninterpreted* consts and
variables are *interpreted* consts.