3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-16 10:56:16 +00:00

gauss jordan

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-05-09 16:33:05 -07:00
parent 361888f299
commit ad2445e423
8 changed files with 183 additions and 9 deletions

View file

@ -200,5 +200,7 @@ namespace simplex {
};
void ensure_rational_solution(simplex<mpq_ext>& s);
void gauss_jordan(sparse_matrix<mpq_ext>& s);
};