6 Commits (11a893f3d23df1475c6bb8a865b7fc560019c600)

Author SHA1 Message Date
Tim Quatmann 3f2a5ffa62 Lra Tests: Added a test case for sound model checking 5 years ago
Tim Quatmann 3e79e6e5ea LraMdp Test: Added an additional test case. 5 years ago
Tim Quatmann 068c1b3ea6 Removed obsolete settings 6 years ago
TimQu c955d8203a Tests: Silencing a warning. 6 years ago
Tim Quatmann 1a21674ab0 Tests: Silencing some "EXPECT_THROW" test cases since error messages are expected here. 6 years ago
Darknety 6e1238b10b Modelchecker-Prctl tests split 6 years ago
Jan Karuc b8b6dab6db Modelchecker test split 6 years ago
Tim Quatmann c1b3a4f991 LraMdpPrctlModelCheckerTest: Test LRA computation for different environments. Added a testcase. 6 years ago
sjunges 79bb6734ed compile and link parsers in seperate binary 7 years ago
TimQu dea5fb59fe refactored some tests -- making testing with different settings/environments more easy 8 years ago
TimQu 419fcd1b43 Fixed test 8 years ago
TimQu f44ce8801c "fixed" the tests that failed because of unsound value iteration 8 years ago
dehnert df05711f3e finished rational search for MinMax solver, preparing rational search for NativeLinearEquationSolver 8 years ago
dehnert 00f88ed452 gauss-seidel-style value iteration 8 years ago
dehnert e81d979d56 hybrid MDP helper respecting solver requirements 8 years ago
TimQu 4191d17f1e Moved main testfiles into tests/storm/ and the storm-pars testfiles into tests/storm-pars 8 years ago
Matthias Volk cd971ba6fe Set correct example path for tests 9 years ago
sjunges f196afcb66 moved tests to src folder, have several binaries now instead of a single monolithic test 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
dehnert b4e0cabef6 started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers 9 years ago
Mavo a0d659f2da always use shared_ptr<Formula const> 9 years ago
dehnert 60bbce0ba1 added two tests for exploration engine 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
sjunges d8191d8c6a const formulae 10 years ago
dehnert 27e06940a9 templated all explicit parsers so that they may now be modified to produce non-double models 10 years ago
sjunges 1086ffc1cc Added allow early termination for min/max solvers 10 years ago
dehnert f9f5a4e206 reincluded tbb in gmm. fixed missing header. extended formula parser to return multiple formulas 10 years ago
dehnert b3178e17f6 more bug fixes 10 years ago
dehnert dbc7d860a4 functional tests compile again, started to debug changes 10 years ago
sjunges 5e428a795a And more includes on the right spot. 10 years ago
dehnert 72cb30d6b0 started replacing ValueType template argument by model class in all instantiations 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert 2bf7eafb4b Further work on hybrid MDP model checker. 10 years ago
dehnert eb5d4100a6 Renamed Nondeterminstic equation solver as this name is more than misleading. 10 years ago
dehnert d545fac471 Restructured solvers a bit: they now get the matrix upon construction and the model checkers use factories to retrieve solvers. 10 years ago
dehnert a1dae8849e Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented. 10 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 89df9621a9 MDP model checker works again. 11 years ago
dehnert 1699732dce More work on logic classes. 11 years ago
dehnert 266d660d89 Added functions responsible for printing the help. Started adapting the tests to the new option system. 11 years ago
dehnert 9ad12616e2 Renamed files in settings module a bit. Started on the pseudo-modular module-settings. 11 years ago
dehnert 96e1f8faf9 Renamed Settings class to SettingsManager. 11 years ago
masawei d75e32b83e Renames the folder formula to properties and the namespace property to properties. 11 years ago
masawei ee1ebdf91d Removed the visitor from LTL and refactured the formulas to use shared pointer in stead of standart pointer. 11 years ago
masawei 3271e73f01 Fixed the last test. All tests green now (well, except the ones that need gurobi, which I don't have). 11 years ago
masawei 9a28e5b580 Added proper formula string method to filters. 11 years ago
masawei 4bf0299279 Changed the Prctl/Csl formula parsers to be static classes. 11 years ago
masawei 15d13bc06d Refactored the AutoParser. 12 years ago
dehnert 36fb44e206 Added functional tests for nondeterministic linear equation solvers. Added functional tests for LPs in addition to the existing MILP tests. 12 years ago