3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-25 17:51:20 +00:00

set up test for slicing

This commit is contained in:
Jakob Rath 2023-06-15 11:43:14 +02:00
parent 71ef78fb25
commit 136e819cb9
5 changed files with 24 additions and 4 deletions

15
src/test/slicing.cpp Normal file
View file

@ -0,0 +1,15 @@
#include "math/polysat/slicing.h"
namespace polysat {
class test_slicing {
};
}
void tst_slicing() {
using namespace polysat;
std::cout << "ok\n";
}