mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 14:55:25 +00:00
fix #2779
This commit is contained in:
parent
7f61d08496
commit
eec153bb57
4 changed files with 22 additions and 4 deletions
|
@ -786,8 +786,8 @@ namespace smt {
|
|||
m.register_factory(m_factory);
|
||||
enforce_parity();
|
||||
init_zero();
|
||||
m_graph.set_to_zero(to_var(m_izero), neg(to_var(m_izero)));
|
||||
m_graph.set_to_zero(to_var(m_rzero), neg(to_var(m_rzero)));
|
||||
dl_var vs[4] = { to_var(m_izero), neg(to_var(m_izero)), to_var(m_rzero), neg(to_var(m_rzero)) };
|
||||
m_graph.set_to_zero(4, vs);
|
||||
compute_delta();
|
||||
DEBUG_CODE(model_validate(););
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue