mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
remove lazy push from theory_lra
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9b5dc0ca26
commit
727ea43b16
7 changed files with 71 additions and 61 deletions
|
@ -112,7 +112,7 @@ class sat_tactic : public tactic {
|
|||
ref<sat2goal::mc> mc;
|
||||
m_sat2goal(*m_solver, map, m_params, *(g.get()), mc);
|
||||
g->add(mc.get());
|
||||
if (produce_core || m_goal2sat.has_interpreted_atoms()) {
|
||||
if (produce_core || m_goal2sat.has_interpreted_funs()) {
|
||||
// sat2goal does not preseve assumptions or assignments to interpreted atoms
|
||||
g->updt_prec(goal::OVER);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue