3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00

remove the default constructor

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-10-31 15:47:35 -07:00 committed by Lev Nachmanson
parent 19cfbb4701
commit 7a5666f1df

View file

@ -30,9 +30,6 @@ class factorization {
svector<lpvar> m_vars;
rational m_sign;
public:
factorization(){
TRACE("nla_solver",);
}
bool is_empty() const { return m_vars.empty(); }
svector<lpvar> & vars() { return m_vars; }
const svector<lpvar> & vars() const { return m_vars; }