3
0
Fork 0
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:
Nikolaj Bjorner 2014-01-26 20:25:36 -08:00
parent c14c65465a
commit 363af825c0
4 changed files with 32 additions and 6 deletions

View file

@ -218,6 +218,7 @@ int main(int argc, char ** argv) {
TST(expr_substitution);
TST(sorting_network);
TST(theory_pb);
TST(simplex);
}
void initialize_mam() {}