mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
update
This commit is contained in:
parent
7d58296ad2
commit
733c21bb20
6 changed files with 92 additions and 60 deletions
|
@ -36,7 +36,7 @@ namespace polysat {
|
|||
bool is_unassigned() const { return m_kind == justification_k::unassigned; }
|
||||
bool is_propagation() const { return m_kind == justification_k::propagation; }
|
||||
justification_k kind() const { return m_kind; }
|
||||
unsigned level() const { return m_level; }
|
||||
unsigned level() const { /* SASSERT(!is_unassigned()); */ return m_level; } // TODO: check why this assertion triggers...
|
||||
std::ostream& display(std::ostream& out) const;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue