3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

Introduced an empty dep2asm_map.

This commit is contained in:
Aleksandar Zeljic 2015-05-28 18:09:18 +02:00
parent f6f16c1e92
commit 13eac21b2c

View file

@ -896,7 +896,9 @@ class fpa2bv_approx_tactic: public tactic {
TRACE("before_sat_solver", g->display(tout););
g->elim_redundancies();
m_goal2sat(*g, m_params, solver, map);
goal2sat::dep2asm_map d2am ;
m_goal2sat(*g, m_params, solver, map, d2am , false);
TRACE("sat_solver_unknown", tout << "interpreted_atoms: " << map.interpreted_atoms() << "\n";
atom2bool_var::iterator it = map.begin();