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

debug issue 5127

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2021-04-08 13:25:18 -07:00
parent a5f957afb3
commit 18610bf31f
2 changed files with 64 additions and 56 deletions

View file

@ -3052,7 +3052,7 @@ public:
scoped_trace_stream _sts(th, fn);
// SASSERT(validate_eq(x, y));
SASSERT(validate_eq(x, y));
ctx().assign_eq(x, y, eq_justification(js));
}