mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
hide fp.xform.scale
This commit is contained in:
parent
a261bd94ed
commit
fa900c39ab
|
@ -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…
Reference in a new issue