mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
add bvmax tactic, add proviso for non-0 lower bounds in elim01
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ea261c930d
commit
0181f0f9df
8 changed files with 121 additions and 14 deletions
|
@ -44,6 +44,7 @@ namespace opt {
|
|||
m_logic = l;
|
||||
if (m_logic != symbol::null)
|
||||
m_context.set_logic(m_logic);
|
||||
m_params.m_relevancy_lvl = 0;
|
||||
}
|
||||
|
||||
unsigned opt_solver::m_dump_count = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue