mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
034132d245
commit
9a2b7677bf
3 changed files with 20 additions and 9 deletions
|
@ -36,7 +36,10 @@ namespace polysat {
|
|||
s.add_eq(a + 1);
|
||||
s.check();
|
||||
}
|
||||
|
||||
|
||||
// TBD: we get the wrong result / conflicts.
|
||||
// it claims that v1 + 2*v0 + 1 with v0 replaced by 0 is 1.
|
||||
// it should be v1 + 1
|
||||
static void test_l2() {
|
||||
scoped_solver s;
|
||||
auto a = s.var(s.add_var(2));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue