mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +00:00
remove the default constructor
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
19cfbb4701
commit
7a5666f1df
1 changed files with 0 additions and 3 deletions
|
@ -30,9 +30,6 @@ class factorization {
|
||||||
svector<lpvar> m_vars;
|
svector<lpvar> m_vars;
|
||||||
rational m_sign;
|
rational m_sign;
|
||||||
public:
|
public:
|
||||||
factorization(){
|
|
||||||
TRACE("nla_solver",);
|
|
||||||
}
|
|
||||||
bool is_empty() const { return m_vars.empty(); }
|
bool is_empty() const { return m_vars.empty(); }
|
||||||
svector<lpvar> & vars() { return m_vars; }
|
svector<lpvar> & vars() { return m_vars; }
|
||||||
const svector<lpvar> & vars() const { return m_vars; }
|
const svector<lpvar> & vars() const { return m_vars; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue