mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Remove dead comment
This commit is contained in:
parent
1902360361
commit
bbd917a0e6
1 changed files with 1 additions and 3 deletions
|
@ -527,14 +527,12 @@ namespace sat {
|
|||
bool ba_solver::init_watch(pb& p) {
|
||||
clear_watch(p);
|
||||
if (p.lit() != null_literal && value(p.lit()) == l_false) {
|
||||
//IF_VERBOSE(0, verbose_stream() << "negate: " << p.k() << "\n");
|
||||
p.negate();
|
||||
}
|
||||
|
||||
VERIFY(p.lit() == null_literal || value(p.lit()) == l_true);
|
||||
unsigned sz = p.size(), bound = p.k();
|
||||
//IF_VERBOSE(0, verbose_stream() << "bound: " << p.k() << "\n");
|
||||
|
||||
|
||||
// put the non-false literals into the head.
|
||||
unsigned slack = 0, slack1 = 0, num_watch = 0, j = 0;
|
||||
for (unsigned i = 0; i < sz; ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue