691 Commits (341efe4d21d468665362aba8c8b8a3b66f015f58)

Author SHA1 Message Date
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 578d33e7f1 explicit.LTSNBAProduct: take atomic propositions of NBA into account 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 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 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 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 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
Dave Parker b6828a7045 Remove unused "techLog" from Prism object and other classes. 10 years ago
Dave Parker a025ae2e07 Add model checking of R[C] operator for CTMCs. 10 years ago
Dave Parker 4c13267ded Add test methods for special cases in ExpressionLabels. 10 years ago
Dave Parker de50d8d145 Small update to previous commit: display filter size *before* possibly optimising it. 10 years ago
Dave Parker 031a14e778 Small optimisation when model checking filters: Reduce set of filter states to the first state if filter is "first". [from Steffen Marcker] 10 years ago
Dave Parker 66ea7475a7 Optimisation when dealing with filters: perform cardinality check for "state" filters earlier. [from Steffen Marcker] 10 years ago
Dave Parker eda5876325 Minor refactoring, ahead of upcoming patches. [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 c8a894cae2 Auto-format. 10 years ago
Dave Parker d4a86d5c2d Remove ModelExplorer interface and replace with ModelGenerator. 10 years ago
Dave Parker 589b0b1a17 Remove defunct field from ConstructModel. 10 years ago
Dave Parker 0e01288705 Improve explicit.ConstructModel: generalise to use new ModelGenerator interface (not just ModulesFiles via the simulator) and tidy up the settings within the class. 10 years ago
Dave Parker 9ce7e6441b Push containsUnboundedVariables methof from VarList up into ModulesFile. 10 years ago
Dave Parker 4aea86b501 Comment clarifications. 10 years ago
Dave Parker e85cceb572 Small tidies/fixes in explicit engine MDP strat generation. 10 years ago
Dave Parker fb37c9a22d Slight refactoring of strategy storage in explicit engine (to match PRISM-games). 10 years ago
Dave Parker 8597f0e71b Extend previous commit (reachability enlarging target) to STPG model checking. 10 years ago
Dave Parker bf76e587bc Small optimisation in explicit model checkers, when enlarging target for reachability. [from Steffen Marcker] 10 years ago
Dave Parker 9255d29ac8 Fix some unclosed logs when exporting. [from Steffen Marcker] 10 years ago
Dave Parker c373555f9c Refactoring multi-objective code: readying for allowing lists of objectives in strategy operator. 10 years ago
Dave Parker 4ee20e5583 Bug fix in lifting reward structures to a product model (when there are some states with no transition rewards). 10 years ago
Dave Parker 11c1a65260 Allow wider ranger of co-safe LTL formulae inside an R operator (more precisely, those that can also be rewritten into co-safe form). 10 years ago
Dave Parker 31877c0f2d Small refactoring in DTMCExplicit: cleaner implementation of iterator. 10 years ago
Joachim Klein eeddcf9039 Add hasTransitionRewards() method to explicit Reward interface. 11 years ago
Joachim Klein 5d33639dd7 explicit.LTLModelChecker: Comment whitespace 11 years ago
Joachim Klein 298266c1cd explicit.LTLModelChecker: construct a VarList for the Model-DA product if the model had a varlist 11 years ago
Joachim Klein 35461f5e2f explicit: setVarList() / getVarList() for the explicit models 11 years ago
Joachim Klein fd5c1c90d8 ECComputerDefault: optimize by using BitSet.isEmpty() instead of BitSet.cardinality() == 0 11 years ago
Dave Parker ad238d314c Allow -exportpropaut to export DA in HOA format, e.g.: prism dice.pm -pf "P=?[X X d=6]" -exportpropaut:hoa da.hoa 11 years ago
Dave Parker 4050c50235 Support <<>> and [[]] operators for MDP (only * or empty), all engines. 11 years ago
Dave Parker 6afda907f6 Check <<>> operator for MDPs in explicit engine. 11 years ago
Dave Parker 590ae94e9f Refactor explicit engine product construction. 11 years ago
Dave Parker 80c8dcd09d Refactor explicit engine product construction. 11 years ago
Dave Parker e893970d22 Add some (already implemented) methods to ModelSimple interface. 11 years ago