3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

enable bvsat, multi disjoint cores for dual-maxres

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-07-30 12:57:30 -07:00
parent 3fefed69b7
commit e8056e066d
3 changed files with 71 additions and 16 deletions

View file

@ -90,6 +90,7 @@ public:
solver::scoped_push _sc(*m_s.get());
init();
init_local();
enable_bvsat();
while (true) {
TRACE("opt",
display_vec(tout, m_asms.size(), m_asms.c_ptr());