190 Commits (2c8f5427b53cbcd18b7cb373df1c2f7bc1cfe922)

Author SHA1 Message Date
Joachim Klein 2c8f5427b5 Expression: add evaluateExact methods 10 years ago
Joachim Klein d6e222a4e1 RESULT handling for Property: Invert order for picking RESULT 10 years ago
Joachim Klein aa3ec454a8 ConstantList: add constructor from Values object 10 years ago
Joachim Klein 69211a1c35 ConstantList: move initialisation to the variable definitions 10 years ago
Joachim Klein e165b9f9a6 refactor testing against PrismNotSupportedException 10 years ago
Vojtech Forejt efff3c629b Removing superfluous debugging output 10 years ago
Vojtech Forejt 563d0bd772 Added capability for testing Pareto curves (no tests added yet, and the Pareto curve generation itself is still buggy) 10 years ago
Joachim Klein ea537cc895 Expression.containsTemporalTimeBounds(): do not recurse into P/R/SS subformulas 10 years ago
Dave Parker 4c13267ded Add test methods for special cases in ExpressionLabels. 10 years ago
Dave Parker d1468e2bd8 Fix recent changes to ExpressionFilter: lower case keywords got lost. 10 years ago
Dave Parker bf59b2c9f7 Fix bug from new ModelInfo stuff: shows up when PropertiesFile model info is null (e.g. from GUI). 10 years ago
Dave Parker dbac067052 Bugfix for last commit: filter op name got lost. 10 years ago
Dave Parker 0d4ea5b904 Simplify parsing of filter operators in ExpressionFilter. [from Steffen Marcker] 10 years ago
Dave Parker 4449ad4cd1 Further commenting in FilterOperator. 10 years ago
Dave Parker 04d348fabd Commenting in ExpressionFilter operators. [from Steffen Marcker] 10 years ago
Dave Parker 0f2bbbc7b6 Add some (syntactic) reward info to the ModelInfo interface and use this where possible in explicit model checking. Can now use ModulesFileModelGenerator for reward property model checking. Also push constant info from ModelGenerator up to ModelInfo. 10 years ago
Dave Parker 2fe6c5d762 Add basic variable info to ModelInfo interface. 10 years ago
Dave Parker 6e20db3f60 Comment typo 10 years ago
Dave Parker 388e8b5908 Add initial support to Prism API to load ModelGenerator objects + some associated changes in infrastructure + a test case. 10 years ago
Dave Parker 7ff1ffe2db Make ModulesFile implement new ModelInfo interface. 10 years ago
Dave Parker 9ce7e6441b Push containsUnboundedVariables methof from VarList up into ModulesFile. 10 years ago
Dave Parker 17087eee26 Decompose semantics checks (into expressions, models, properties). This will facilitate later attempts to make model checking less tied to ModulesFile specifically, rather than other model sources. 10 years ago
Dave Parker 8775d3a993 Small fix in Expression static constructors to make return types more clearly specified. [from Steffen Marcker] 10 years ago
Joachim Klein 043c776914 Refactor ConvertForJltl2ba (fix regression due to custom equals/hashCode for ASTElements) 10 years ago
Dave Parker c373555f9c Refactoring multi-objective code: readying for allowing lists of objectives in strategy operator. 10 years ago
Dave Parker cec60108c2 Comment clarification. 10 years ago
Dave Parker ce6131636e Some refactoring of the RelOp and ModelType enums. [from Steffen Marcker]] 10 years ago
Dave Parker 1097ecaaeb Add a second syntactic co-safe-ness check, which first converts to positive normal form. 10 years ago
Dave Parker 7f3862e636 Minor refactoring (allow PrismLangException to thrown instead of PrismException). [from Steffen Marcker] 10 years ago
Dave Parker f4bc0ee72c Add equals and hashCode methods to Expression class hierarchy (Eclipse auto-generated). 10 years ago
Dave Parker a9456fa826 Code tidy. 10 years ago
Dave Parker 0d5cc45f53 Bug fix in the check for syntactic co-safe LTL formulas: implication/iff not allowed. 10 years ago
Dave Parker 5145992646 Bug fix in Expression.isPositiveNormalFormLTL: do not assume type checking has already been done. 10 years ago
Dave Parker 81f73d19d7 Bugfix in new SimpleLTL-to-Expression method. 10 years ago
Dave Parker fe305344df Utility function to create an Expression from an LTL formula represented as a jltl2ba SimpleLTL object (i.e., the reverse of Expression.convertForJltl2ba()). 10 years ago
Dave Parker 795627c953 Add partial support for multi-objective queries expressed as Boolean expressions. 11 years ago
Dave Parker d44e1c7ecc Bug fix in Coalition copy constructor. 11 years ago
Dave Parker d07055efa6 Copy updated Coalition class from prism-games. 11 years ago
Dave Parker 00cc653f68 Make a note that R_C is deprecated. 11 years ago
Dave Parker 17a946783d Disallow properties of the form R[F<=k]. 11 years ago
Dave Parker 69c8b2ce1f Bug fix: better detection of R[F] when seeing if it is cosafe. 11 years ago
Dave Parker 812930e490 Comment typo 11 years ago
Dave Parker b1c31f56e1 Utility methods for detecting syntactically cosafe LTL. 11 years ago
Dave Parker 9f6777bed5 Regression tests: detect and warn about spaces in Error RESULT specifications. 11 years ago
Dave Parker e73a7b2fb5 Undo regression test change: Error RESULT specifications cannot contains spaces (causes problems on specs with comments). 11 years ago
Dave Parker 30bec11226 Regression tests: Case-insensitive checks when comparing Error RESULT specifications. 11 years ago
Dave Parker cdbc634b26 Regression testing: allow spaces in "Error" RESULT specifications. 11 years ago
Dave Parker c7d8a01190 Fix JavaDoc bugs. 11 years ago
Dave Parker 2dc4ef9a4a Fix JavaDoc bugs. 11 years ago
Dave Parker f1ce23b1b4 Simplify/iimprove checking of rational results: can convert doubles. 11 years ago