mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
hide fp.xform.scale
This commit is contained in:
parent
a261bd94ed
commit
fa900c39ab
1 changed files with 2 additions and 0 deletions
|
@ -359,6 +359,8 @@ class horn_tactic : public tactic {
|
|||
not_supported("xform.magic");
|
||||
if (p.xform_quantify_arrays())
|
||||
not_supported("xform.quantify_arrays");
|
||||
if (p.xform_scale())
|
||||
not_supported("xform.scale");
|
||||
}
|
||||
|
||||
void not_supported(char const* s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue