mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
parent
b79b8c9bc4
commit
daa904c9d2
|
@ -347,6 +347,7 @@ class horn_tactic : public tactic {
|
||||||
(*rep)(fml);
|
(*rep)(fml);
|
||||||
g->assert_expr(fml);
|
g->assert_expr(fml);
|
||||||
}
|
}
|
||||||
|
g->set_prec(goal::UNDER_OVER);
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue