Skip to content

merging of equivalent states as preprocessing - #1016

Open
tquatmann wants to merge 2 commits into
stormchecker:masterfrom
tquatmann:feature/goal-state-merge
Open

merging of equivalent states as preprocessing#1016
tquatmann wants to merge 2 commits into
stormchecker:masterfrom
tquatmann:feature/goal-state-merge

Conversation

@tquatmann

Copy link
Copy Markdown
Contributor
  • extends the GoalStateMerger so that it can now merge states based on an input formula (e.g. all prob0/prob1 states
  • adds a CLI option --merge-equivalent-states to invoke that as a preprocessing
  • Simplifies SparseParametricModelSimplifier by calling the new GoalStateMerger

Relates to #996

* extends the GoalStateMerger so that it can now merge states based on an input formula (e.g. all prob0/prob1 states
* adds a CLI option --merge-equivalent-states to invoke that as a preprocessing
* Simplifies SparseParametricModelSimplifier by calling the new GoalStateMerger
}
}
if (state && this->preserveParametricTransitions) {
if (state && preserveParametricTransitions) {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line (which was there before) confused me. Should it say if (selectedStates.get(state) && preserveParametricTransitions) ? @linusheck

@tquatmann tquatmann added this to the 1.15 milestone Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant