Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix always introducing the unexplored label. Fixes #559. #560

Merged
merged 1 commit into from
May 29, 2024

Conversation

tquatmann
Copy link
Member

./bin/storm --prism ../resources/examples/testfiles/dtmc/die.pm --state-limit 5

now introduces the unexplored label

-------------------------------------------------------------- 
Model type: 	DTMC (sparse)
States: 	5
Transitions: 	7
Reward Models:  none
State Labels: 	3 labels
   * unexplored -> 3 item(s)
   * deadlock -> 0 item(s)
   * init -> 1 item(s)
Choice Labels: 	none
-------------------------------------------------------------- 

while the invocation without a state limit does not:

 ./bin/storm --prism ../resources/examples/testfiles/dtmc/die.pm                
-------------------------------------------------------------- 
Model type: 	DTMC (sparse)
States: 	13
Transitions: 	20
Reward Models:  none
State Labels: 	2 labels
   * deadlock -> 0 item(s)
   * init -> 1 item(s)
Choice Labels: 	none
-------------------------------------------------------------- 

@volkm
Copy link
Contributor

volkm commented May 29, 2024

Thanks for the quick fix! LGTM

@tquatmann tquatmann merged commit 818b46b into moves-rwth:master May 29, 2024
15 checks passed
@tquatmann tquatmann deleted the fix-unexplored branch July 1, 2024 10:54
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.

2 participants