3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

local change

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-01-27 11:18:48 -08:00
parent c6a9dae00a
commit fb86cf980b
3 changed files with 21 additions and 7 deletions

View file

@ -127,7 +127,7 @@ public:
elim01_tactic(ast_manager & _m, params_ref const & p):
m(_m),
a(m),
m_max_hi_default(8),
m_max_hi_default(1),
m_max_hi(rational(m_max_hi_default)) {
}