22 Commits (7a851901e260c431c47ff3d4e32954ba945a10f9)

Author SHA1 Message Date
Stefan Pranger 7a851901e2 updates after cherry pick 4 years ago
Tim Quatmann 10e2d85cc4 Formulas: Added parentheses to formula output to avoid ambiguity 4 years ago
Joachim Klein b04d2723c2 (LTL) Add Formula::toPrefixString() 5 years ago
Joachim Klein bd0a882cd5 (LTL) FormulaInformation: add containsComplexPathFormula() 5 years ago
Joachim Klein 5482a32b8a (LTL) Refactor unary/boolean state formulas to allow path formulas as well 5 years ago
Joachim Klein 21b9d73816 WIP (HOA-path) logic: HOAPathFormula 5 years ago
Lukas Posch c142922182 Set up BoundedGloballyFormula to methods of Formula.* 4 years ago
Lukas Posch c1ab2ca8d9 created class BoundedGloballyFormula 4 years ago
Stefan Pranger df52e5af88 added casting getter for gameFormula 5 years ago
Stefan Pranger 7d87a90c1e added multiple Visitor methods for gameFormulas 5 years ago
Stefan Pranger 715784a070 added casting getter for gameFormula 5 years ago
Stefan Pranger c52fcba6a2 added multiple Visitor methods for gameFormulas 5 years ago
TimQu dc2654ce60 Quantiles: made the SparseMdpPrctlModelChecker call the QuantileHelper for quantile formulas 7 years ago
TimQu 7e66787c9c logic: Added QuantileFormulas. 7 years ago
TimQu 1b7f150e76 implemented functionality to rename reward model names 7 years ago
TimQu 7c61a16d91 fixes for array expressions, support to translate properties that consider array expressions, translating array models in cli 7 years ago
dehnert c3d40d634b started working on the github issues by Linda 7 years ago
dehnert 3ffaa77193 first version of state filters in filter expressions 8 years ago
dehnert a7e9c5819f removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking 9 years ago
Sebastian Junges f95b5f1dc0 enable shared from this does not need to be const, in particular, the constness makes python bindings for formulae impossible 9 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
TimQu de35d40905 total reward formulas 9 years ago
TimQu 63da45018e Added support for multi objective formulas 9 years ago
dehnert 1424d536ca renamed learning to exploration engine and started on a minor refactoring 9 years ago
dehnert 599a3e99c7 minimal probabilities now working (for some test cases) 9 years ago
dehnert c2b287a1e1 more work on learning approach 9 years ago
dehnert 016ab53f42 making the logic formulas better 10 years ago
dehnert 5e1e5b55a1 renamed expected time formulas to time formulas 10 years ago
dehnert 45e59848a9 first steps 10 years ago
dehnert b46ee5425e started to implement conditional rewards for dtmcs 10 years ago
dehnert dc8a5b11e0 more refactoring regarding fragment checking 10 years ago
dehnert 2604df54ec more refactoring of formula classes: in particular fragment checking 10 years ago
dehnert be8c65525e introduced some methods to query formula type 10 years ago
dehnert b772c92edb removed reward path formulas. reward path formulas are now just path formulas. this allows some invalid formulas to be constructed, so this now has to be checked dynamically 10 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 10 years ago
dehnert 645f130a62 introduced long-run average reward formula 10 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 10 years ago
sjunges 8fd0ee2ecd Formula to string added 10 years ago
dehnert e631dbd1a0 more work on new reward models 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert 3fd62bc697 More work on MTBDD-based mc. 11 years ago
dehnert 4952306092 Worked on making bisimulation decomposition a bit easier to use. 11 years ago
dehnert b5f907d99d Added propositional model checker. Put some of the new classes in new folders. Fixed an issue that prevented compilation. 11 years ago
dehnert 92aa2607a0 The labels of the models are now only built if no property was given or the given property contains the label. 11 years ago
dehnert ee7b591db1 Some work on cli. 11 years ago
dehnert 8a4706d9c9 A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated. 11 years ago
dehnert 89df9621a9 MDP model checker works again. 11 years ago