mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
tuning pb/max
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7ade3f2c04
commit
d2db8007d8
9 changed files with 79 additions and 39 deletions
|
@ -43,8 +43,10 @@ namespace opt {
|
|||
m_dump_benchmarks(false),
|
||||
m_fm(alloc(filter_model_converter, m)) {
|
||||
m_logic = l;
|
||||
if (m_logic != symbol::null)
|
||||
if (m_logic != symbol::null) {
|
||||
m_context.set_logic(m_logic);
|
||||
}
|
||||
m_params.updt_params(p);
|
||||
m_params.m_relevancy_lvl = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue