mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 10:14:42 +00:00
update conflict resolution for cardinality case
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e36eba1168
commit
cb6c6332b3
6 changed files with 189 additions and 328 deletions
|
@ -3342,10 +3342,6 @@ namespace smt {
|
|||
|
||||
bool context::restart(lbool& status, unsigned curr_lvl) {
|
||||
|
||||
std::cout << "restart: " << m_lemmas.size() << "\n";
|
||||
for (unsigned i = 0; i < m_lemmas.size(); ++i) {
|
||||
display_clause(std::cout, m_lemmas[i]); std::cout << "\n";
|
||||
}
|
||||
|
||||
if (m_last_search_failure != OK) {
|
||||
if (status != l_false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue