mirror of
https://github.com/Z3Prover/z3
synced 2025-07-17 01:46:39 +00:00
merge current master
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
39f50d46cc
commit
ef297ced13
2 changed files with 4 additions and 3 deletions
|
@ -696,7 +696,7 @@ namespace polysat {
|
||||||
return true;
|
return true;
|
||||||
m_ineqs_to_propagate.remove(idx);
|
m_ineqs_to_propagate.remove(idx);
|
||||||
}
|
}
|
||||||
return true;
|
return r == l_true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -566,14 +566,15 @@ namespace polysat {
|
||||||
|
|
||||||
static void test_lps() {
|
static void test_lps() {
|
||||||
random_gen r;
|
random_gen r;
|
||||||
|
for (unsigned i = 0; i < 10000; ++i)
|
||||||
|
test_lps(r, 6, 3, 3, 3);
|
||||||
|
return;
|
||||||
for (unsigned i = 0; i < 10000; ++i)
|
for (unsigned i = 0; i < 10000; ++i)
|
||||||
test_lps(r, 6, 3, 3, 0);
|
test_lps(r, 6, 3, 3, 0);
|
||||||
return;
|
return;
|
||||||
for (unsigned i = 0; i < 10000; ++i)
|
for (unsigned i = 0; i < 10000; ++i)
|
||||||
test_lps(r, 6, 0, 0, 5);
|
test_lps(r, 6, 0, 0, 5);
|
||||||
|
|
||||||
for (unsigned i = 0; i < 10000; ++i)
|
|
||||||
test_lps(r, 6, 3, 3, 3);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue