3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

strengthening test cases

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-10-31 15:40:07 -07:00 committed by Lev Nachmanson
parent 5d50eaa0d1
commit 19cfbb4701
2 changed files with 88 additions and 35 deletions

View file

@ -30,6 +30,9 @@ 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; }