3
0
Fork 0
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:
Nikolaj Bjorner 2017-02-01 07:43:43 -08:00
parent d889fcdca6
commit 669c018242
2 changed files with 55 additions and 15 deletions

View file

@ -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";