Skip to content

Commit 837b2fd

Browse files
committed
Fixing
1 parent 32bb577 commit 837b2fd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/manthan.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,13 +1858,6 @@ bool Manthan::get_counterexample(sample& ctx) {
18581858
if (ret == l_True) {
18591859
verb_print(2, COLYEL "[manthan] *** Counterexample found ***");
18601860
ctx = cex_solver.get_model();
1861-
cout << "ctx: ";
1862-
for(auto v : ctx) {
1863-
if (v == l_Undef) cout << "U ";
1864-
else if (v == l_True) cout << "T ";
1865-
else cout << "F ";
1866-
}
1867-
cout << endl;
18681861
compute_needs_repair(ctx);
18691862
assert(!needs_repair.empty() && "If we found a counterexample, there must be something to repair!");
18701863
return false;

0 commit comments

Comments
 (0)