mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
debug opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f41d23bc0f
commit
df5c2adc4e
2 changed files with 12 additions and 10 deletions
|
@ -92,7 +92,8 @@ namespace opt {
|
|||
case 1:
|
||||
return execute(m_objectives[0], false);
|
||||
default: {
|
||||
symbol pri = m_params.get_sym("priority", symbol("lex"));
|
||||
opt_params optp(m_params);
|
||||
symbol pri = optp.priority();
|
||||
if (pri == symbol("pareto")) {
|
||||
return execute_pareto();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue