480 Commits (044a900aa1ae4d8fcdac413ac36cbe6f25e85af5)

Author SHA1 Message Date
Tim Quatmann 7bcf78650f
Included missing header required to output boost::optionals in tests 4 years ago
Tim Quatmann 3af128184e
Fixed usage of missing operator<< for permissive scheduler tests 4 years ago
Johannes Lehmann 0d43a55923 Fixed incorrect type of modulo expression with integer inputs 4 years ago
Tim Quatmann bdd89d87b2
Prism next state generator now deals with unbounded integer variables. 4 years ago
Tim Quatmann 1fe0254f5d
DdPrismModelBuilder now errors in case it has a program with unbounded integer variables as input 4 years ago
Tim Quatmann 8f9ff95531
Added Test cases for parsing/processing prism programs that use unbounded integer variables 4 years ago
Daniel Basgöze 7a2b060afc Remove allowDCForRelevant from RelevantEvents 5 years ago
Matthias Volk 7fc4046fbc
Fix DftSimulatorTest for older Boost versions 5 years ago
Matthias Volk 76afd5e3de
Implemented basis for handling invalid traces during simulation 5 years ago
Matthias Volk 7111674ec8
Support for simulation of PDEP 5 years ago
Matthias Volk 6c025f13d2
Added more tests for DFT simulation 5 years ago
Tim Quatmann 481d23b904 Replaced storm::expressions::Expression::operator^ by storm::expressions::pow. An optional flag indicates if we should allow power expressions of integer type (PRISM semantics) or whether it is always a real (JANI semantics). 5 years ago
Jip Spel 5a37a40cea Monotonicity for computing extremal value and parameter space partitioning 5 years ago
Matthias Volk e156d7b8e7
Prevent problems with different random values on older Boost versions 5 years ago
Matthias Volk 5b053fa59c
Tests for DFT simulator 5 years ago
Matthias Volk 656e823287
Refactored DFT Api Test 5 years ago
Tim Quatmann 09cb0e5a5d LraCtmcTest: Renamed a testcase as its name was misleading before. 5 years ago
Tim Quatmann 818f8cb8ee steadystate: Added a testcase. 5 years ago
Matthias Volk c12c0352f7
Support for parsing jani model from string 5 years ago
TimQu b6259e7ea3 SparseMaPcaaTest: Temporarily disabled a test as it did contain non-optimal points due to numerical issues. 5 years ago
Tim Quatmann bd3c42561b Added multi-objective lra test case for MA 5 years ago
Tim Quatmann 97d4dba540 Added test case for Multi-objective LRA combined with step-bounded property. 5 years ago
Tim Quatmann c990d27c50 Added MA test case + fixes 5 years ago
Tim Quatmann 5bfb3b132e New MDP LRA Test case + fix 5 years ago
Tim Quatmann ee06a1f1a6 Also added test case for lra operator formula. 5 years ago
Tim Quatmann 3789fbb3e9 Test case for multi-objective lra 5 years ago
Tim Quatmann 3f2a5ffa62 Lra Tests: Added a test case for sound model checking 5 years ago
Matthias Volk c0f3e2e0ce
Skip long running HECS tests 5 years ago
Matthias Volk a99be1bb06
Revised relevant events 5 years ago
Tim Quatmann a6c5225f31 Added test case for scheduler generation for LRA Property 5 years ago
Tim Quatmann 3e79e6e5ea LraMdp Test: Added an additional test case. 5 years ago
Tim Quatmann 6f59c4f3eb SparseMatrixBuilder: Added a function to easily add diagonal entries. 5 years ago
Tim Quatmann 19f6552b05 Fixed insufficient precision in CTMC LRA test 5 years ago
Matthias Volk cec37005ae
Set relevant DFT elements earlier in code 5 years ago
Tim Quatmann 9d2e5c2193 Relaxed precision requirements on an MA LRA test-case to correctly represent a relative precision criterion. 5 years ago
Matthias Volk fe5e4c4e1d
Updated DFT test which is not throwing an exception anymore 5 years ago
Matthias Volk 2d543d1314
Added BE class for distribution defined by samples 5 years ago
Matthias Volk df28d8ef84
Added getUnreliability() for BEs 5 years ago
Matthias Volk 641c9992a1
Distinguish between different BEType and use single BE type in DFTElementTypes 5 years ago
Sebastian Junges d6bfcb4818 refactoring: moving some code out of the util folder 5 years ago
Sebastian Junges 3282bf895c more support for the modulo expression 5 years ago
Tim Quatmann 5536cda902 BeliefExplorationModelCheckerTest: added refuel test case 5 years ago
Tim Quatmann 1313e3c096 BeliefExplorationModelCheckerTest: added maze2 test case 5 years ago
Tim Quatmann cc4379130f BeliefExplorationPomdpModelCheckerTest: More tests and testing of preprocessed models. 5 years ago
Tim Quatmann f4a3ceb60e Skipping tests that fail for z3 version 4.8.8 (Issue reported at https://github.com/Z3Prover/z3/issues/4465) 5 years ago
Tim Quatmann eeeb3df4f8 Added some tests for BeliefExplorationPomdpModelChecker and made the testing more sensible towards very imprecise results 5 years ago
Tim Quatmann 08f82d44f1 Renamed ApproximatePOMDPModelchecker to BeliefExplorationPomdpModelChecker 5 years ago
Tim Quatmann 202c25c3db Added first working test case 5 years ago
Tim Quatmann c788ec430d First version of test frame work for belief exploration. 5 years ago
Tim Quatmann 9f1487392e We now avoid the renaming of 'Eigen' to 'StormEigen' as this is (hopefully) not needed anymore. 5 years ago