3
0
Fork 0
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:
Jakob Rath 2023-07-12 16:45:51 +02:00
parent 0fb81fc437
commit 8c17e231ad
3 changed files with 67 additions and 43 deletions

View file

@ -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();