mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +00:00
adding K
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ad2445e423
commit
6a8ac5f9b1
4 changed files with 25 additions and 15 deletions
|
@ -201,6 +201,6 @@ namespace simplex {
|
|||
|
||||
void ensure_rational_solution(simplex<mpq_ext>& s);
|
||||
|
||||
void gauss_jordan(sparse_matrix<mpq_ext>& s);
|
||||
void kernel(sparse_matrix<mpq_ext>& s, vector<vector<mpq>>& K);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue