RecordFlux
RecordFlux copied to clipboard
Fix and simplify message proofs
Currently _prove_reachability
does not include constraints (type constraints and potentially others) which prevents it from finding unreachable paths.
When the reachability proof is fixed, _prove_contradictions
can be removed.