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:
parent
f6f16c1e92
commit
13eac21b2c
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue