mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 10:56:16 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6a8ac5f9b1
commit
0557d72d1c
4 changed files with 32 additions and 16 deletions
|
@ -33,6 +33,7 @@ Notes:
|
|||
|
||||
#include "math/simplex/sparse_matrix.h"
|
||||
#include "util/mpq_inf.h"
|
||||
#include "util/rational.h"
|
||||
#include "util/heap.h"
|
||||
#include "util/lbool.h"
|
||||
#include "util/uint_set.h"
|
||||
|
@ -201,6 +202,6 @@ namespace simplex {
|
|||
|
||||
void ensure_rational_solution(simplex<mpq_ext>& s);
|
||||
|
||||
void kernel(sparse_matrix<mpq_ext>& s, vector<vector<mpq>>& K);
|
||||
void kernel(sparse_matrix<mpq_ext>& s, vector<vector<rational>>& K);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue