mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 06:53:58 +00:00
#5778 - missed tracking literal assignment justification
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
00608cd719
commit
20bd59bb20
5 changed files with 31 additions and 12 deletions
|
@ -133,6 +133,7 @@ namespace euf {
|
|||
void del_th_var(theory_id id) { m_th_vars.del_var(id); }
|
||||
void set_merge_enabled(bool m) { m_merge_enabled = m; }
|
||||
void set_value(lbool v) { m_value = v; }
|
||||
void set_justification(justification j) { m_justification = j; }
|
||||
void set_is_equality() { m_is_equality = true; }
|
||||
void set_bool_var(sat::bool_var v) { m_bool_var = v; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue