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:
parent
c6a9dae00a
commit
fb86cf980b
3 changed files with 21 additions and 7 deletions
|
@ -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)) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue