1129 Commits (2ad5e57db22559fcea65ccd8260c1424f556f726)
 

Author SHA1 Message Date
PBerger 2ad5e57db2 Refactored version handling. Its now done via Tags in GIT. 11 years ago
PBerger 9b70810354 Added a compiler directive for GCC to fix a bug occurring in Boost since Version 1.54 with GCC >= 4.7.0 (see https://svn.boost.org/trac/boost/ticket/8774) 11 years ago
PBerger 3f53a44482 Modified CMakeLists.txt, made the variable names a bit more clear. All Storm-related options should be prefixed with STORM_ so that they dont break or influence dependent builds. 11 years ago
PBerger 63933637ac Fixed a bug in the SparseMatrix.cpp. When using TBB the typename is not permitted. 11 years ago
PBerger 84a794164c Updated the BUILD.txt file with current information. 11 years ago
PBerger b6d3e4c0aa Fixed includes in a function (linkage errors). 11 years ago
PBerger dfd67c66fd Added output for linked solvers in the StoRM header print. 11 years ago
PBerger 7c93109773 Updated Intel Threading Building Blocks to Version 4.2. 11 years ago
PBerger 533692914d Upgraded shipped version of eigen to 3.2.1. Official release comment: This is a maintenance release with many bug fixes since the release of 3.2.0 half a year ago. The support for Eigen2 is now marked as deprecated and will be removed in the forthcoming 3.3 release. There are also some limited performance improvements and added functionality in the 3.2.1 release. 11 years ago
PBerger 38659f01f9 Reintegrated needed changes in the log4cplus CMakeLists.txt files. 11 years ago
PBerger 59b7ca39d9 Updated log4CPlus to latest version containing bugfixes. 11 years ago
dehnert a6841c0a4d Removed reference to obsolete method. 11 years ago
dehnert 12743e0a7e Moved from additional row grouping to the one embedded in the matrix itself. 11 years ago
dehnert d092897247 Merged master and added correct row group creation to MarkovAutomaton parser. 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
fp893004 e452d58ed0 Fixed wrong parameter name for unix systems. 11 years ago
dehnert 6e63e1c296 Minor bugfix. 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
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
dehnert 310a840ad5 Removed move-version of translation from SparseMatrix to gmm++, because moving is not really possible considering the different types. 11 years ago
dehnert 8cdf128202 Fixed some performane tests to work with the relative convergence criterion as this is now the default. 11 years ago
dehnert f946121b95 Fixed an incorrect type issue in the GmmxxAdapter. 11 years ago
dehnert 42708a6d21 Added utility header for all parts that use std::swap. 11 years ago
dehnert ef5eb19e9c Corrected test formulation in case StoRM was built without support for a given LP solver. 11 years ago
dehnert 36fb44e206 Added functional tests for nondeterministic linear equation solvers. Added functional tests for LPs in addition to the existing MILP tests. 11 years ago
dehnert 514aace4fd Added function tests for both glpk- and Gurobi-based LP solver implementations. Found and fixed some bugs while doing this. 11 years ago
dehnert c5985be437 Minor fixes for GlpkLpSolver. 11 years ago
dehnert 8ebd924ca6 Further work on refactoring solvers: cleaned LP solver interface a bit and adapted glpk- and Gurobi-based implementations of the interface. 11 years ago
dehnert 588a4b60b6 Refactored linear equation solvers and nondeterministic linear equation solvers. Added functional tests for both. 11 years ago
dehnert ae270cc917 Added two more example files that form a Markov automaton. 11 years ago
dehnert 79730379e4 Started refactoring the linear equation system solvers. 11 years ago
dehnert ee0026e0e6 Fixed minor bug in Markov automata time-bounded reachability. 11 years ago
dehnert efb244a447 Added functional tests for scheduler classes. 11 years ago
dehnert f79329bd9d Fixed SCC decomposition. Added functional tests for SCC decomposition. 11 years ago
dehnert e80bb0caa5 Added functional tests for MEC decomposition. 11 years ago
dehnert f32853b6aa Beautified remaining storage classes a bit. 11 years ago