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:
parent
1974c224ab
commit
0f7bebcbed
2 changed files with 2 additions and 1 deletions
|
|
@ -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); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue