mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
cube and clause
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ea032b56c0
commit
005a6d93bb
6 changed files with 119 additions and 15 deletions
|
@ -172,6 +172,7 @@ int main(int argc, char ** argv) {
|
|||
TST(var_subst);
|
||||
TST(simple_parser);
|
||||
TST(api);
|
||||
TST(cube_clause);
|
||||
TST(old_interval);
|
||||
TST(get_implied_equalities);
|
||||
TST(arith_simplifier_plugin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue