Ejemplo n.º 1
0
def arith_avg_bw_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'arith-avg-bw'), ctx)
Ejemplo n.º 2
0
def is_nra_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'is-nra'), ctx)
Ejemplo n.º 3
0
def is_unbounded_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'is-unbounded'), ctx)
Ejemplo n.º 4
0
def arith_max_deg_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'arith-max-deg'), ctx)
Ejemplo n.º 5
0
def is_propositional_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'is-propositional'), ctx)
Ejemplo n.º 6
0
def is_qfbv_eq_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'is-qfbv-eq'), ctx)
Ejemplo n.º 7
0
def produce_unsat_cores_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'produce-unsat-cores'), ctx)
Ejemplo n.º 8
0
def has_patterns_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'has-patterns'), ctx)
Ejemplo n.º 9
0
def produce_proofs_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'produce-proofs'), ctx)
Ejemplo n.º 10
0
def produce_model_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'produce-model'), ctx)
Ejemplo n.º 11
0
def num_bv_consts_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'num-bv-consts'), ctx)
Ejemplo n.º 12
0
def num_exprs_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'num-exprs'), ctx)
Ejemplo n.º 13
0
def size_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'size'), ctx)
Ejemplo n.º 14
0
def depth_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'depth'), ctx)
Ejemplo n.º 15
0
def memory_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'memory'), ctx)