mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
don't 'find' when creating subslice
This commit is contained in:
parent
0fb81fc437
commit
8c17e231ad
3 changed files with 67 additions and 43 deletions
|
@ -72,6 +72,8 @@ namespace polysat {
|
|||
pvar b = sl.mk_extract_var(y, 5, 0);
|
||||
std::cout << sl << "\n";
|
||||
|
||||
sl.display_tree(std::cout);
|
||||
|
||||
(void)a;
|
||||
(void)b;
|
||||
}
|
||||
|
@ -187,7 +189,7 @@ namespace polysat {
|
|||
void tst_slicing() {
|
||||
using namespace polysat;
|
||||
test_slicing::test1();
|
||||
// test_slicing::test2();
|
||||
test_slicing::test2();
|
||||
// test_slicing::test3();
|
||||
// test_slicing::test4();
|
||||
// test_slicing::test5();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue