mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
add mode to display to get constraints without wild-card notation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
15ebbbda2c
commit
f9b1b4e65d
3 changed files with 12 additions and 1 deletions
|
@ -160,7 +160,8 @@ namespace polysat {
|
|||
virtual bool is_eq() const { return false; }
|
||||
bool is_ule() const { return m_kind == ckind_t::ule_t; }
|
||||
ckind_t kind() const { return m_kind; }
|
||||
virtual std::ostream& display(std::ostream& out, lbool status = l_undef) const = 0;
|
||||
virtual std::ostream& display(std::ostream& out, lbool status) const = 0;
|
||||
virtual std::ostream& display(std::ostream& out) const = 0;
|
||||
|
||||
bool propagate(solver& s, bool is_positive, pvar v);
|
||||
virtual void propagate_core(solver& s, bool is_positive, pvar v, pvar other_v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue