State Space Reduction for Reachability Graph of CSM Automata
Wiktor B. Daszczuk

TL;DR
This paper proposes a novel state space reduction method for CSM automata based on temporal consequences rather than action independence, reducing memory usage but not construction time.
Contribution
It introduces a new reduction technique tailored for CSM automata, which are based on coincidences instead of interleaving, addressing the state space explosion problem.
Findings
Reduces memory requirements for CSM state spaces.
Reduces the size of the state space representation.
Less effective in reducing construction time.
Abstract
Classical CTL temporal logics are built over systems with interleaving model concurrency. Many attempts are made to fight a state space explosion problem (for instance, compositional model checking). There are some methods of reduction of a state space based on independence of actions. However, in CSM model, which is based on coincidences rather than on interleaving, independence of actions cannot be defined. Therefore a state space reduction basing on identical temporal consequences rather than on independence of action is proposed. The new reduction is not as good as for interleaving systems, because all successors of a state (in depth of two levels) must be obtained before a reduction may be applied. This leads to reduction of space required for representation of a state space, but not in time of state space construction. Yet much savings may occur in regular state spaces for CSM…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFormal Methods in Verification · Model-Driven Software Engineering Techniques · Logic, programming, and type systems
