mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
updates on cardinality solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d889fcdca6
commit
669c018242
2 changed files with 55 additions and 15 deletions
|
@ -368,7 +368,8 @@ public:
|
|||
break;
|
||||
}
|
||||
remove_soft(core, asms);
|
||||
is_sat = check_sat_hill_climb(asms);
|
||||
//is_sat = check_sat_hill_climb(asms);
|
||||
is_sat = l_true;
|
||||
}
|
||||
TRACE("opt",
|
||||
tout << "num cores: " << cores.size() << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue