mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
add option for using corr set and use partial cores
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7f219e84de
commit
0ed38ed59b
6 changed files with 84 additions and 18 deletions
|
@ -94,6 +94,7 @@ namespace opt {
|
|||
void maxsmt_solver_base::set_mus(bool f) {
|
||||
params_ref p;
|
||||
p.set_bool("minimize_core", f);
|
||||
// p.set_bool("minimize_core_partial", f);
|
||||
s().updt_params(p);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue