3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

slicing: track disequalities

This commit is contained in:
Jakob Rath 2023-07-19 12:04:45 +02:00
parent 970e68c70e
commit af73f26941
4 changed files with 157 additions and 17 deletions

View file

@ -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 {