mirror of
https://github.com/Z3Prover/z3
synced 2025-09-08 02:31:24 +00:00
Remove not_op
This commit is contained in:
parent
7febcd47ec
commit
032e7e0337
3 changed files with 12 additions and 10 deletions
|
@ -162,7 +162,7 @@ namespace polysat {
|
|||
}
|
||||
|
||||
std::ostream& ule_constraint::display(std::ostream& out) const {
|
||||
return out << m_lhs << (is_eq() ? " == " : " <= ") << m_rhs;
|
||||
return display(out, l_true, m_lhs, m_rhs);
|
||||
}
|
||||
|
||||
void ule_constraint::narrow(solver& s, bool is_positive, bool first) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue