mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +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
|
@ -145,7 +145,8 @@ static void test5() {
|
|||
add(M, vec(1, 2, 3));
|
||||
add(M, vec(2, 2, 4));
|
||||
M.display(std::cout);
|
||||
gauss_jordan(M);
|
||||
vector<vector<mpq>> K;
|
||||
kernel(M, K);
|
||||
std::cout << "after\n";
|
||||
M.display(std::cout);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue