3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2023-03-04 12:34:15 -08:00
parent a38be43264
commit 527f0d1242
4 changed files with 5 additions and 17 deletions

View file

@ -339,10 +339,7 @@ public:
m_simplex_strategy = s;
}
bool use_lu() const {
return false;
}
bool use_tableau() const {
return true;
}