On slack, Petar reported a problem where a branch result returned by (both kore-rpc and) kore-rpc-booster contains two next-states, but one of them simplifies to #Bottom with an isolated simplify request.
This is caused by kore-rpc execution not discovering the #Bottom-ness of this state, otherwise execution would continue.
Observed behaviour:
- Execution stops and a
Branching result is returned. One of the states in next-states simplifies to #Bottom in a subsequent simplify request.
Expected behaviour:
- Execution should continue with the non-bottom alternative of the branch.