mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
add option to "rotate" cores during core finding
enable to find multiple cores in a round and at the same time facilitate rotation around satisfiable subsets to explore neighborhoods for improved assignments.
This commit is contained in:
parent
5a9b0dd747
commit
b5c7f000de
6 changed files with 510 additions and 25 deletions
|
@ -5,6 +5,7 @@ z3_add_component(opt
|
|||
maxsmt.cpp
|
||||
opt_cmds.cpp
|
||||
opt_context.cpp
|
||||
opt_cores.cpp
|
||||
opt_lns.cpp
|
||||
opt_pareto.cpp
|
||||
opt_parse.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue