-
Notifications
You must be signed in to change notification settings - Fork 79
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
Running parametric model on Docker #592
Comments
Hey, this is indeed a bit unfortunate. We are in the progress of updating our support for parametric engines and updated the website to reflect the HEAD in preparation of our upcoming release. The suggested solution would be to use Personally, I think we should even recommend using |
Hello @sjunges, thank you for the quick response.
|
It seems that the exact |
Hi, @linusheck Its been quiet some time since I've used this tool. But I believe I just followed the instructions to install and test the Docker. I've described it in the first post on this thread https://github.com/moves-rwth/storm/issues/592#issue-2460390189. Please let me know if this is enough, and any additional information is required, I can perhaps try to dig that up. |
I didn't realize the issue is super old, sorry! Then I guess we can close it? Were you successful? |
Hi, it looks like according to the latest comment [aug-2024] the output of the tool did not match the expected output as mentioned https://github.com/moves-rwth/storm/issues/592#issuecomment-2283499725. I believed it remained unresolved, and I used some other method for solving my problem and did not end up using the tool. |
Hi, I'm not sure what you mean with
in which sense did it not match the expected output? |
If the difference is just that another file was used, then I think we can close the issue :-) |
Hello, I am trying to run storm on parametric models. I am using Storm on a Docker from the instructions mentioned here. However when I try to follow the instructions listed here to run a parametric model, I get an issue.
On running the command:
./storm-pars --mode feasibility --feasibility:method pla --prism brp.pm --prop 'P<=0.01 [F s=5]' --region "0.1 <= pL <= 0.9, 0.1 <= pK <= 0.9"
I get the following issue:
By changing the
--mode
option to--sigmode
, I get the following command:./storm-pars --sigmode feasibility --feasibility:method pla --prism ./brp.pm --prop 'P<=0.01 [F s=5]' --region "0.1 <= pL <= 0.9, 0.1 <= pK <= 0.9"
Here I get the following issue:
The text was updated successfully, but these errors were encountered: