3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 03:57:51 +00:00

Adding a probe for qf_ufbv and applying it in the qfufbv_ackr_tactic.

This commit is contained in:
mikolas 2016-01-28 11:46:31 +00:00
parent 956d774299
commit acd01c7778
3 changed files with 46 additions and 4 deletions

View file

@ -112,6 +112,7 @@ probe * mk_div(probe * p1, probe * p2);
probe * mk_is_propositional_probe();
probe * mk_is_qfbv_probe();
probe * mk_is_qfaufbv_probe();
probe * mk_is_qfufbv_probe();
/*
ADD_PROBE("is-propositional", "true if the goal is in propositional logic.", "mk_is_propositional_probe()")