Beispiel #1
0
def subpaving_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'subpaving'), ctx)
Beispiel #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)
Beispiel #3
0
def sat_preprocess_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'sat-preprocess'), ctx)
Beispiel #4
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)
Beispiel #5
0
def is_unbounded_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'is-unbounded'), ctx)
Beispiel #6
0
def memory_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'memory'), ctx)
Beispiel #7
0
def add_bounds_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'add-bounds'), ctx)
Beispiel #8
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)
Beispiel #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)
Beispiel #10
0
def size_probe(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'size'), ctx)
Beispiel #11
0
def num_exprs_probe(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'num-exprs'), ctx)
Beispiel #12
0
def depth_probe(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'depth'), ctx)
Beispiel #13
0
def add_bounds_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'add-bounds'), ctx)
Beispiel #14
0
def memory_probe(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'memory'), ctx)
Beispiel #15
0
def nla2bv_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'nla2bv'), ctx)
Beispiel #16
0
def produce_model_probe(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'produce-model'), ctx)
Beispiel #17
0
def elim_and_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'elim-and'), ctx)
Beispiel #18
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)
Beispiel #19
0
def size_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'size'), ctx)
Beispiel #20
0
def has_patterns_probe(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'has-patterns'), ctx)
Beispiel #21
0
def produce_proofs_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'produce-proofs'), ctx)
Beispiel #22
0
def is_propositional_probe(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'is-propositional'), ctx)
Beispiel #23
0
def is_propositional_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'is-propositional'), ctx)
Beispiel #24
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)
Beispiel #25
0
def skip_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'skip'), ctx)
Beispiel #26
0
def is_unbounded_probe(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'is-unbounded'), ctx)
Beispiel #27
0
def simplify_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'simplify'), ctx)
Beispiel #28
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)
Beispiel #29
0
def occf_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'occf'), ctx)
Beispiel #30
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)
Beispiel #31
0
def cofactor_term_ite_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'cofactor-term-ite'), ctx)
Beispiel #32
0
def is_nra_probe(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'is-nra'), ctx)
Beispiel #33
0
def vsubst_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'vsubst'), ctx)
Beispiel #34
0
def fail_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'fail'), ctx)
Beispiel #35
0
def qfbv_sls_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'qfbv-sls'), ctx)
Beispiel #36
0
def simplify_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'simplify'), ctx)
Beispiel #37
0
def depth_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'depth'), ctx)
Beispiel #38
0
def smt_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'smt'), ctx)
Beispiel #39
0
def num_exprs_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'num-exprs'), ctx)
Beispiel #40
0
def bv1_blast_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'bv1-blast'), ctx)
Beispiel #41
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)
Beispiel #42
0
def sat_preprocess_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'sat-preprocess'), ctx)
Beispiel #43
0
def produce_model_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'produce-model'), ctx)
Beispiel #44
0
def ctx_solver_simplify_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'ctx-solver-simplify'), ctx)
Beispiel #45
0
def has_patterns_probe(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Probe(z3core.Z3_mk_probe(ctx.ref(), 'has-patterns'), ctx)
Beispiel #46
0
def der_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'der'), ctx)
Beispiel #47
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)
Beispiel #48
0
def unit_subsume_simplify_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'unit-subsume-simplify'), ctx)
Beispiel #49
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)
Beispiel #50
0
def split_clause_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'split-clause'), ctx)
Beispiel #51
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)
Beispiel #52
0
def qe_sat_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'qe-sat'), ctx)
Beispiel #53
0
def fail_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'fail'), ctx)
Beispiel #54
0
def propagate_values_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'propagate-values'), ctx)
Beispiel #55
0
def bv1_blast_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'bv1-blast'), ctx)
Beispiel #56
0
def nnf_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'nnf'), ctx)
Beispiel #57
0
def ctx_solver_simplify_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'ctx-solver-simplify'),
                     ctx)
Beispiel #58
0
def propagate_ineqs_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'propagate-ineqs'), ctx)
Beispiel #59
0
def qe_tactic(ctx=None):
    ctx = z3._get_ctx(ctx)
    return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'qe'), ctx)
Beispiel #60
0
def qfbv_tactic(ctx=None):
  ctx = z3._get_ctx(ctx)
  return z3.Tactic(z3core.Z3_mk_tactic(ctx.ref(), 'qfbv'), ctx)