3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 04:28:17 +00:00
It is only possible to reach this case when new assertions are created.
This commit is contained in:
Nikolaj Bjorner 2021-09-30 09:32:04 -07:00
parent cbe7dd4a48
commit 8a85cfdb12

View file

@ -330,9 +330,7 @@ namespace smt {
literal f_lit = ctx.get_literal(f_app);
switch (ctx.get_assignment(f_lit)) {
case l_true:
UNREACHABLE();
// it should already be the case that v1 and reach v2 in the graph.
// whenever f(n1, n2) is asserted.
SASSERT(new_assertion);
break;
case l_false: {
//