mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
build fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
10f734357e
commit
eb6b2813ff
6 changed files with 34 additions and 6 deletions
|
@ -49,6 +49,7 @@ public:
|
|||
|
||||
class arith_rewriter : public poly_rewriter<arith_rewriter_core> {
|
||||
bool m_arith_lhs;
|
||||
bool m_arith_ineq_lhs;
|
||||
bool m_gcd_rounding;
|
||||
bool m_elim_to_real;
|
||||
bool m_push_to_real;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue