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:
parent
361888f299
commit
ad2445e423
8 changed files with 183 additions and 9 deletions
|
@ -200,5 +200,7 @@ namespace simplex {
|
|||
};
|
||||
|
||||
void ensure_rational_solution(simplex<mpq_ext>& s);
|
||||
|
||||
void gauss_jordan(sparse_matrix<mpq_ext>& s);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue