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:
parent
fde48d2c0e
commit
ea65f32914
3 changed files with 77 additions and 38 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue