3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

remove simplify_inequality from gomory.cpp

This commit is contained in:
Lev Nachmanson 2024-01-04 11:40:57 -10:00
parent 696b70fddb
commit 2934618c50
4 changed files with 2 additions and 112 deletions

View file

@ -187,7 +187,6 @@ private:
random_gen m_rand;
public:
bool m_gomory_simplify = false;
void updt_params(params_ref const& p);
bool enable_hnf() const { return m_enable_hnf; }
unsigned nlsat_delay() const { return m_nlsat_delay; }