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:
parent
696b70fddb
commit
2934618c50
4 changed files with 2 additions and 112 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue