5554 Commits (db7d05880027ba1e69006230258b720390951a18)
 

Author SHA1 Message Date
dehnert d092897247 Merged master and added correct row group creation to MarkovAutomaton parser. 11 years ago
PBerger deebd98e2c Merge branch 'master' into philippTopologicalRevival 11 years ago
PBerger 68a6e533be Added error handling in GurobiLpSolver.cpp 11 years ago
dehnert 584a79f974 Added proper creation of row grouping to nondeterministic model parser and the explicit model adapter. 11 years ago
dehnert d70bb836bb Tests are now working again with the row-grouped matrix. 11 years ago
dehnert 38833e308f Started to add row-grouping to sparse matrix class. 11 years ago
PBerger a6e7e6b4e0 Edited GurobiLpSolver.cpp, added the error code to the messages. 11 years ago
PBerger f0aa54823e Added glpk to resources. 11 years ago
PBerger 0307007d27 Fixed a non-ISOC++ Compliant call to getcwd 11 years ago
PBerger 8781aa27b6 Added cudaForStorm as a dynamic library extension 11 years ago
masawei 77fe1e1bda Added NondeterministcModelParser tests and SparseStateRewardParser tests. 11 years ago
masawei 5318d9254a Refactured the MarkovAutomatonParser tests, added to them and split them into two files. 11 years ago
masawei fc45cdb238 Added tests for deterministic models i.e. DeterministicModelParserTest and DeterministicSparseTransitionParserTest 11 years ago
fp893004 e452d58ed0 Fixed wrong parameter name for unix systems. 11 years ago
masawei df2e65b667 Added a test for the AutoParser. 11 years ago
PBerger 3e44d88958 Fixed a bug in the FindCUDA.cmake file on the client side 11 years ago
PBerger d5828043de Added first signs of the CUDA Extension for Storm. 11 years ago
PBerger af650b6666 Removed debug outputs from the TopologicalValueIterationNondeterministicLinearEquationSolver 11 years ago
PBerger a4ae226e57 Removed debug output from our debugging session 11 years ago
dehnert f049a9f0af Bugfix for topological equation solver. 11 years ago
PBerger 19ca7bedaa Added explicit casts to C-style casts 11 years ago
PBerger 5b1513e9e5 Fixed issues with unused but named variables. 11 years ago
PBerger 98b0bcf187 Reimplemented the TopologicalValueIterationNondeterministicLinearEquationSolver with splitting into submatrices. 11 years ago
PBerger b7fae16928 Fixed a missing transition in the scc example 11 years ago
dehnert 17d9df1ac7 Some fixes to make the branch compile with clang. 11 years ago
PBerger 3052b19c58 Created a "real" scc example. 11 years ago
PBerger 4eef3b0d57 Added an example for SCC related testing which will change soon 11 years ago
masawei 07465f604a Refactored and added to the test for the AtomicPropositionLabelParser. 11 years ago
PBerger 57b6208eee Added a pseudo model which can be constructed from only a matrix to look and behave like a model for use in Decomposition classes 11 years ago
masawei 52f130ea5c Commenting and cleanup. 11 years ago
dehnert 6e63e1c296 Minor bugfix. 11 years ago
PBerger 64891af785 Trying to refurbish the TopologicalValueIterationMdpPrctlModelChecker 11 years ago
PBerger fcc17b800b Reworked SIGALRM handling to work under windows 11 years ago
PBerger 9d1e53cff9 Added a missing include for uint_fast64_t to be recognized as a type 11 years ago
PBerger deb9cb1e91 Duplicated the constructor of SparseMarkovAutomatonCslModelChecker to work around a bug in C++ with nested template argument deductions 11 years ago
PBerger b9a4faea09 Removed unused named variables in MILPMinimalLabelSetGenerator.h 11 years ago
masawei fe7afc727f Second part of the refactoring of Parser.cpp/.h 11 years ago
dehnert 8fabc2064a Added property files for WLAN example. 11 years ago
dehnert f0728db91d Added property files for WLAN example. 11 years ago
dehnert 6b9fd8b331 Added timeout flag so no external tool is needed for aborting a computation. 11 years ago
dehnert 0287fdc4a2 Added some csma examples of different sizes. 11 years ago
dehnert 55187c3350 Moved to new sigaction API to more reliably catch signals. 11 years ago
dehnert 486e99d6ae Added signal handler for SIGTERM. Introduced delayed update for LP solvers to reduce overhead. 11 years ago
dehnert a52419652d Fixed a bug: formulas are now handled (more) correctly. Added some WLAN examples. 11 years ago
masawei 538f911283 First part of the refactoring of Parser.h/.cpp 11 years ago
masawei 3ac03b9b5b Merge branch 'refactureParsers' of https://sselab.de/lab9/private/git/storm into refactureParsers 11 years ago
masawei 15d13bc06d Refactored the AutoParser. 11 years ago
masawei 46e783c981 Refactored AtomicPropositionLabelingParser. 11 years ago
masawei c279c693e5 Refactored NondeterministicModelParser.h/.cpp 11 years ago
masawei cc71a002f4 Refactored NondeterministicSparseTransitionParser.h/.cpp. 11 years ago