mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 10:10:21 +00:00
Merge branch 'unstable' of https://github.com/Z3Prover/z3 into unstable
This commit is contained in:
commit
81eecafa66
12 changed files with 124 additions and 37 deletions
|
@ -168,6 +168,8 @@ public:
|
|||
}
|
||||
|
||||
br_status mk_eq_core(expr * lhs, expr * rhs, expr_ref & result);
|
||||
|
||||
bool hi_div0() const { return m_hi_div0; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue