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:
parent
5d50eaa0d1
commit
19cfbb4701
2 changed files with 88 additions and 35 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue