mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a2a5924e5c
commit
a086f6218b
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ class sat_tactic : public tactic {
|
||||||
ref<sat2goal::mc> mc;
|
ref<sat2goal::mc> mc;
|
||||||
m_sat2goal(*m_solver, map, m_params, *(g.get()), mc);
|
m_sat2goal(*m_solver, map, m_params, *(g.get()), mc);
|
||||||
g->add(mc.get());
|
g->add(mc.get());
|
||||||
g->display(std::cout);
|
|
||||||
if (produce_core || m_goal2sat.has_interpreted_funs()) {
|
if (produce_core || m_goal2sat.has_interpreted_funs()) {
|
||||||
// sat2goal does not preseve assumptions or assignments to interpreted atoms
|
// sat2goal does not preseve assumptions or assignments to interpreted atoms
|
||||||
g->updt_prec(goal::OVER);
|
g->updt_prec(goal::OVER);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue