mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15: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
|
@ -37,8 +37,8 @@ namespace simplex {
|
|||
}
|
||||
}
|
||||
|
||||
void gauss_jordan(sparse_matrix<mpq_ext>& M) {
|
||||
sparse_matrix_ops::gauss_jordan(M);
|
||||
void kernel(sparse_matrix<mpq_ext>& M, vector<vector<mpq>>& K) {
|
||||
sparse_matrix_ops::kernel(M, K);
|
||||
}
|
||||
|
||||
void ensure_rational_solution(simplex<mpq_ext>& S) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue