mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 02:40:24 +00:00
fix #4143
This commit is contained in:
parent
fa1197a78f
commit
ccce599bad
5 changed files with 46 additions and 30 deletions
|
@ -138,6 +138,7 @@ namespace smt {
|
|||
smt_params m_params;
|
||||
arith_util a;
|
||||
arith_eq_adapter m_arith_eq_adapter;
|
||||
bool m_consistent;
|
||||
th_var m_izero, m_rzero; //cache the variable representing the zero variable.
|
||||
|
||||
dl_graph<GExt> m_graph;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue