mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
fix #2777
This commit is contained in:
parent
b35ec49b40
commit
7f61d08496
5 changed files with 27 additions and 23 deletions
|
@ -377,7 +377,7 @@ namespace smt {
|
|||
|
||||
void init_zero();
|
||||
|
||||
theory_var get_zero(bool is_int) { init_zero(); return is_int ? m_izero : m_rzero; }
|
||||
theory_var get_zero(bool is_int) { return is_int ? m_izero : m_rzero; }
|
||||
|
||||
void inc_conflicts();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue