mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 13:27:01 +00:00
parent
6eebfd0629
commit
2673807a7f
2 changed files with 6 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue