mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
a test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b5d1b0336a
commit
d33b9f2698
2 changed files with 14 additions and 5 deletions
|
@ -64,6 +64,13 @@ namespace polysat {
|
|||
fp.set_bounds(y, 3, 6);
|
||||
fp.run();
|
||||
fp.propagate_bounds();
|
||||
fp.reset();
|
||||
coeffs[2] = 0ull - 1;
|
||||
fp.add_row(x, 3, ys, coeffs);
|
||||
fp.set_bounds(x, 3, 4);
|
||||
fp.set_bounds(y, 3, 6);
|
||||
fp.run();
|
||||
fp.propagate_bounds();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue