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:
parent
2b1af8fd50
commit
4f0de9a0cf
6 changed files with 220 additions and 19 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue