3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-26 13:53:33 +00:00

debugging local

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-03-01 20:37:07 -08:00
parent 59baaea219
commit 2c7a978c16
4 changed files with 30 additions and 10 deletions

View file

@ -744,7 +744,6 @@ namespace sat {
literal lit = v == null_bool_var ? null_literal : literal(v, false);
card* c = new (memory::allocate(card::get_obj_size(lits.size()))) card(index, lit, lits, k);
m_cards.push_back(c);
std::cout << lit << "\n";
if (v == null_bool_var) {
// it is an axiom.
init_watch(*c, true);