mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 00:48:45 +00:00
working on stand-alone simplex
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c14c65465a
commit
363af825c0
4 changed files with 32 additions and 6 deletions
|
@ -218,6 +218,7 @@ int main(int argc, char ** argv) {
|
|||
TST(expr_substitution);
|
||||
TST(sorting_network);
|
||||
TST(theory_pb);
|
||||
TST(simplex);
|
||||
}
|
||||
|
||||
void initialize_mam() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue