3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-05 22:06:03 +00:00

implement user scopes for sat solver

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-07-30 09:27:03 -07:00
parent 2b1af8fd50
commit 4f0de9a0cf
6 changed files with 220 additions and 19 deletions

View file

@ -219,6 +219,7 @@ int main(int argc, char ** argv) {
TST(sorting_network);
TST(theory_pb);
TST(simplex);
TST(sat_user_scope);
//TST_ARGV(hs);
}