3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-18 11:58:31 +00:00

fixing simplex

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-02-20 08:53:36 -08:00
parent fde48d2c0e
commit ea65f32914
3 changed files with 77 additions and 38 deletions

View file

@ -98,6 +98,7 @@ namespace simplex {
random_gen m_random;
uint_set m_left_basis;
unsigned m_infeasible_var;
unsigned_vector m_base_vars;
public:
simplex():