mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
na
This commit is contained in:
parent
9c3489ba4b
commit
83efb1413a
10 changed files with 99 additions and 57 deletions
|
@ -41,7 +41,8 @@ namespace polysat {
|
|||
unsigned hash() const override;
|
||||
bool operator==(constraint const& other) const override;
|
||||
bool is_eq() const override { return m_rhs.is_zero(); }
|
||||
pdd const& p() const { SASSERT(is_eq()); return m_lhs; }
|
||||
bool is_diseq() const override { return m_lhs.is_one(); }
|
||||
// pdd const& p() const { SASSERT(is_eq()); return m_lhs; }
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue