3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-17 14:21:45 +00:00

try big M for linux build

This commit is contained in:
Nikolaj Bjorner 2022-12-04 09:49:32 -08:00
parent 1974c224ab
commit 0f7bebcbed
2 changed files with 2 additions and 1 deletions

View file

@ -36,6 +36,7 @@ protected:
bool m_hoist_mul;
bool m_ast_order;
bool m_hoist_ite;
ast_manager& M() { return Config::m; }
bool is_numeral(expr * n) const { return Config::is_numeral(n); }
bool is_numeral(expr * n, numeral & r) const { return Config::is_numeral(n, r); }