You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the incremental smt2 decision procedure the array_exprt should be handled before being dispatched to the convert_expr_to_smt.
However in the failing test array_exprt expression are forwarded to the convert_expr_to_smt causing an invariant violation.