mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 18:36:16 +00:00
booyah
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
10d0404175
commit
d0e20e44ff
714 changed files with 714 additions and 2142 deletions
|
@ -29,8 +29,7 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef SIMPLEX_H_
|
||||
#define SIMPLEX_H_
|
||||
#pragma once
|
||||
|
||||
#include "math/simplex/sparse_matrix.h"
|
||||
#include "util/mpq_inf.h"
|
||||
|
@ -203,4 +202,3 @@ namespace simplex {
|
|||
void ensure_rational_solution(simplex<mpq_ext>& s);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue