File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1544,7 +1544,7 @@ FF Counter::check_count(const bool also_incl_curr_and_later_dec) {
15441544 *cube_cnt *= *get_weight (Lit (i+1 , s2.get_model ()[i] == CMSat::l_True));
15451545 }
15461546 }
1547- VERBOSE_DEBUG_DO (cout << cube_cnt << " + " ;);
1547+ VERBOSE_DEBUG_DO (cout << * cube_cnt << " + " ;);
15481548 *cnt += *cube_cnt;
15491549 }
15501550
@@ -1597,7 +1597,7 @@ FF Counter::check_count(const bool also_incl_curr_and_later_dec) {
15971597 if (!diff->is_zero ()) {
15981598 auto diff_ratio = diff->dup ();
15991599 *diff_ratio /= *cnt;
1600- debug_print (" OOps, diff : " << diff << " diff ratio: " << *diff_ratio);
1600+ debug_print (" OOps, diff : " << * diff << " diff ratio: " << *diff_ratio);
16011601 print_all_levels ();
16021602 okay = false ;
16031603 }
You can’t perform that action at this time.
0 commit comments