2997 Commits (2c8f5427b53cbcd18b7cb373df1c2f7bc1cfe922)
 

Author SHA1 Message Date
Joachim Klein a4cf6c7680 add switch -nodasimplify (inhibit DA simplification, e.g., for benchmarking or testing) 10 years ago
Joachim Klein 13cb153d4b pass PrismComponent to DASimplifyAcceptance.simplifyAcceptance 10 years ago
Joachim Klein 3cb9315065 jltl2dstar: cleanup umlaut in comments for Büchi to Unicode 10 years ago
Joachim Klein 1a97b448ab AcceptanceType.allTypes() (for use in allowedAcceptance parameter to methods) 10 years ago
Joachim Klein 9db978a12a switch to new way of obtaining acceptance type name 10 years ago
Joachim Klein 3f5a7490b6 acceptance: Refactor AcceptanceType (names for the acceptance types) 10 years ago
Joachim Klein 4c527de9d0 add AcceptanceBuchi as acceptance type 10 years ago
Joachim Klein 8af847bed5 explicit.LTLModelChecker: remove exception on constructor (never thrown) [Steffen Märcker] 10 years ago
Joachim Klein 432d017bbf explicit.StateValues: add createFromIntegerArray (analogue to createFromBitSet, createFromDoubleArray) 10 years ago
Joachim Klein 06547ddddd LTL2NBA: cleanup and activate LTL formula simplification 10 years ago
Joachim Klein 578d33e7f1 explicit.LTSNBAProduct: take atomic propositions of NBA into account 10 years ago
Joachim Klein 6231865f48 symbolic CTL: does not support fairness at the moment 10 years ago
Joachim Klein ca2a9e0caa explicit: non-probabilistic LTL via E[ ltl ] and A[ ltl ] 10 years ago
Joachim Klein 071d26d603 explicit.LTSNBAProduct: Construct and store the product of a model and an NBA as a LTS 10 years ago
Joachim Klein 3e31a6d7df automata.LTL2NBA: expose jltl2ba NBA generation (for non-prob LTL checking) 10 years ago
Joachim Klein 432c569691 explicit.LTSExplicit: Storage for an LTS 10 years ago
Joachim Klein 8889db5a2a explicit.CTMCModelChecker: reject LTL with time bounds 10 years ago
Joachim Klein 8be0e36cbe explicit.PredecessorRelation: consistently use getPre() 10 years ago
Joachim Klein e165b9f9a6 refactor testing against PrismNotSupportedException 10 years ago
Joachim Klein c311d413f7 prism.NonProbModelChecker: use PrismNotSupportedException for missing CTL functionality 10 years ago
Joachim Klein 38617a9184 explicit: add support for CTL model checking 10 years ago
Joachim Klein 802abccbce explicit.StateValues: add complement() method (for boolean vectors) 10 years ago
Joachim Klein 5310be6b55 refactor SimpleLTL DAG check, remove common/PlainObjectReference.java 10 years ago
Joachim Klein 45b837567b explicit.CTMCModelChecker: fix handling of PCTL* subformulas 10 years ago
Joachim Klein 4dd6a008d4 explicit.StateModelChecker: handleMaximalStateFormulas by recursive checking and attaching labels to the model 10 years ago
Joachim Klein 2ea728c681 explicit.LTLModelChecker: accept any StateModelChecker (preparation for upcoming CTMC PCTL*-fix) 10 years ago
Joachim Klein 5cfe76d82a visitor.ReplaceLabels: for replacing labels in an expression 10 years ago
Joachim Klein 650e519e2d DTMCEmbeddedSimple: pass through label methods to underlying CTMC 10 years ago
Joachim Klein 19dd97cdd4 explicit: add ModelExplicit.addUniqueLabel() to help with attaching generated labels to a model 10 years ago
Joachim Klein 19a1111491 explicit: add Model.hasLabel() method 10 years ago
Joachim Klein ed0a08b00f explicit: Proper exception instead of null pointer exception for explicit with system definition 10 years ago
Joachim Klein faa8e1e51f ModulesFileModelGenerator: fix constant evaluation in explicit engine when built from GUI [with Steffen Maercker] 10 years ago
Joachim Klein e838330aae reapply previous commit (prepare prism-auto for python3 compatibility) 10 years ago
Joachim Klein e18c7362be temporarily reverting previous commit (to figure out some Jenkins build stuff) 10 years ago
Joachim Klein 4b711fe98a prism-auto: add parentheses for print call to make script compatible with python3 10 years ago
Joachim Klein da3761dd5d acceptance: add / cleanup complementation to AcceptanceGeneric 10 years ago
Joachim Klein dc5f714c1f AcceptanceRabin: fix name typo in complementation to Streett 10 years ago
Joachim Klein 3c564671f7 AcceptanceReach: Fix off-by-one bug in complementation to AcceptanceRabin 10 years ago
Joachim Klein 57258db7a2 typo: getListOfKeywords() 10 years ago
Joachim Klein 0cf8c8cbe0 GUI: Tweak double-click handling in property list 10 years ago
Joachim Klein 9ea440f147 GUI: In property editor dialog, place initial focus on the property text field 10 years ago
Joachim Klein 9e805295cc NBA: print(out, format) method, like for DA 10 years ago
Joachim Klein f9b84efc89 NBA: DOT output (roughly similar to the ltl2dstar DOT output) 10 years ago
Joachim Klein 17440416ca NBA: Fix HOA output (--END-- marker was emitted per state) 10 years ago
Dave Parker a89db49ecc Bug fix for use of model generators in Prism: PTA digital clocks + explicit engine was broken. 10 years ago
Dave Parker e2074832df Switch from ModuleFile to ModelInfo in Values object. 10 years ago
Dave Parker efbeda6faf Switch from ModuleFile to ModelInfo in State object. 10 years ago
Dave Parker 8c26fba334 Code tidy. 10 years ago
Joachim Klein f78b3437d6 ModelInfo: provide getVarIndex() and getVarName() 10 years ago
Dave Parker b6828a7045 Remove unused "techLog" from Prism object and other classes. 10 years ago