-
Notifications
You must be signed in to change notification settings - Fork 3
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
Exception in selecting Gauss-Seidel and power options for CTMC analysis #7
Comments
@zgzn this seems to be a prism error:
|
@brettjepsen Sorry, I forgot to mention that you need to bound the variables. See attached PRISM file. You can use the same property file. @brettjepsen Actually, |
@brettjepsen It looks like the same error occurs on the hazard circuit model. Currently, with the updated circuit model, I do not need the Gauss-Seidel option.
|
@brettjepsen Running the command below generated null pointer exception. The same happened to the power option.
$ stamina -gaussseidel toggle_IPTG_0_tmp.prism toggle_IPTG_0.csl
Picked up _JAVA_OPTIONS: -Xmx80g
PRISM
Version: 4.5
Date: Fri Apr 03 02:31:22 MDT 2020
Hostname: el176-deeplearning
Memory limits: cudd=64g, java(heap)=80g
Type: CTMC
Modules: TetR_def LacI_def
Variables: TetR LacI
Generator: stamina.InfCTMCModelGenerator
Type: CTMC
========================================================================
Approximation<1> : kappa = 1.0E-6
Building model...
18 2351 states
Time for model construction: 0.411 seconds.
Type: CTMC
States: 2351 (1 initial)
Transitions: 8650
Rate matrix: 8229 nodes (731 terminal), 8650 minterms, vars: 16r/16c
Exception in thread "main" java.lang.NullPointerException
at explicit.StateValues.(StateValues.java:115)
at explicit.StateModelChecker.checkExpressionLiteral(StateModelChecker.java:852)
at explicit.StateModelChecker.checkExpression(StateModelChecker.java:617)
at explicit.NonProbModelChecker.checkExpression(NonProbModelChecker.java:76)
at explicit.ProbModelChecker.checkExpression(ProbModelChecker.java:510)
at stamina.StaminaModelChecker.modelCheckStamina(StaminaModelChecker.java:200)
at stamina.StaminaCL.run(StaminaCL.java:171)
at stamina.StaminaCL.main(StaminaCL.java:91)
The text was updated successfully, but these errors were encountered: