Browse Source

Add -ex switch to -help.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@6238 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 13 years ago
parent
commit
6ec5c0328d
  1. 1
      prism/src/prism/PrismSettings.java

1
prism/src/prism/PrismSettings.java

@ -1125,6 +1125,7 @@ public class PrismSettings implements Observer
mainLog.println("-mtbdd (or -m) ................. Use the MTBDD engine");
mainLog.println("-sparse (or -s) ................ Use the Sparse engine");
mainLog.println("-hybrid (or -h) ................ Use the Hybrid engine [default]");
mainLog.println("-explicit (or -ex) ............. Use the explicit engine");
mainLog.println("-ptamethod <name> .............. Specify PTA engine (games, digital) [default: games]");
mainLog.println();
mainLog.println("NUMERICAL SOLUTION OPTIONS:");

Loading…
Cancel
Save