3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-02 13:27:01 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-08 18:34:15 -07:00
parent 6eebfd0629
commit 2673807a7f
2 changed files with 6 additions and 5 deletions

View file

@ -358,6 +358,8 @@ class horn_tactic : public tactic {
not_supported("xform.instantiate_arrays");
if (p.xform_magic())
not_supported("xform.magic");
if (p.xform_quantify_arrays())
not_supported("xform.quantify_arrays");
}
void not_supported(char const* s) {