3
0
Fork 0
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:
Arie Gurfinkel 2020-04-10 15:46:59 -04:00
parent a261bd94ed
commit fa900c39ab

View file

@ -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) {