mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
enable reduce_by, more tests
This commit is contained in:
parent
58c66ffee8
commit
c69c316b27
7 changed files with 142 additions and 36 deletions
|
@ -104,7 +104,7 @@ namespace polysat {
|
|||
// if clause is unsat then assign arbitrary
|
||||
// solver handles unsat clauses by creating a conflict.
|
||||
// solver also can propagate, but need to check that it does indeed.
|
||||
void constraint_manager::watch(clause& cl, solver& s) {
|
||||
void constraint_manager::watch(clause& cl, solver& s) {
|
||||
if (cl.size() <= 1)
|
||||
return;
|
||||
bool first = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue