We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d11cc commit 123aeedCopy full SHA for 123aeed
src/counter.cpp
@@ -4167,7 +4167,7 @@ void Counter::set_lit_weight(Lit l, const FF& w) {
4167
" you can give '--allindep 1', and then you can give weights to anything." << endl;
4168
exit(-1);
4169
}
4170
- verb_print(2, "Setting weight of " << l << " to " << w);
+ verb_print(2, "Setting weight of " << l << " to " << *w);
4171
*weights[l.raw()] = *w;
4172
var_weights[l.var()] = weights[l.raw()]->dup();
4173
*var_weights[l.var()] += *weights[l.neg().raw()];
0 commit comments