mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 14:55:45 +00:00
rm_lp
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
527f0d1242
commit
25f103db1a
19 changed files with 65 additions and 641 deletions
|
@ -339,11 +339,7 @@ public:
|
|||
m_simplex_strategy = s;
|
||||
}
|
||||
|
||||
|
||||
bool use_tableau() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
bool use_tableau_rows() const {
|
||||
return m_simplex_strategy == simplex_strategy_enum::tableau_rows;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue