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

toward order lemma

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-11-29 16:39:25 -08:00 committed by Lev Nachmanson
parent f211be1e49
commit 82589ad325
2 changed files with 116 additions and 55 deletions

View file

@ -38,6 +38,7 @@ public:
unsigned& index() {return m_index;}
factor_type type() const {return m_type;}
factor_type& type() {return m_type;}
bool is_var() const { return m_type == factor_type::VAR; }
};
class factorization {