mirror of
https://github.com/Z3Prover/z3
synced 2025-05-18 21:15:32 +00:00
inequality
This commit is contained in:
parent
e6c9e13848
commit
7468b2326c
7 changed files with 28 additions and 29 deletions
|
@ -59,7 +59,6 @@ namespace polysat {
|
|||
lbool eval() const override;
|
||||
lbool eval(assignment const& a) const override;
|
||||
void narrow(solver& s, bool is_positive, bool first) override;
|
||||
inequality as_inequality(bool is_positive) const override { throw default_exception("is not an inequality"); }
|
||||
unsigned hash() const override;
|
||||
bool operator==(constraint const& other) const override;
|
||||
bool is_eq() const override { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue