mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
slicing: track disequalities
This commit is contained in:
parent
970e68c70e
commit
af73f26941
4 changed files with 157 additions and 17 deletions
|
@ -213,6 +213,7 @@ namespace euf {
|
|||
|
||||
enode* get_target() const { return m_target; }
|
||||
justification get_justification() const { return m_justification; }
|
||||
justification get_lit_justification() const { return m_lit_justification; }
|
||||
|
||||
bool has_lbl_hash() const { return m_lbl_hash >= 0; }
|
||||
unsigned char get_lbl_hash() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue