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:
parent
f211be1e49
commit
82589ad325
2 changed files with 116 additions and 55 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue