180 Commits (2accd81aaa5fcb865d8034c3a242dffb5f8bf388)

Author SHA1 Message Date
Mavo f48d8bc6b1 Initialize all modules in tests and normal storm 9 years ago
Mavo 8241df3b0b First step towards settings for multiple binaries 9 years ago
sjunges f219437acf Faster compilation times! 9 years ago
sjunges b50c823c77 Refactored for faster compilation times. 9 years ago
sjunges 1c776a25f2 removed inclusion of unnecessary headers 10 years ago
dehnert de5f90fe4b Rough version of refactored version of processing the options (in terms of computing something). Currently it is only capable of parsing the model and generating a counterexample. 10 years ago
dehnert e49814d391 Modified pctl/csl/ltl options to now take formulas instead of files. Prefixed the macros with STORM_. Moved these macros into a file in the utilities. Modified architecture of the exception classes slightly. Threw away all the contents of main(). This will now be build from scratch. 10 years ago
dehnert 266d660d89 Added functions responsible for printing the help. Started adapting the tests to the new option system. 10 years ago
dehnert 1cd01e3f28 Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 10 years ago
sjunges 970f4aae39 changed scc model checker to support rational functions 10 years ago
sjunges 5817fe50b6 post merge fixes 10 years ago
dehnert 96e1f8faf9 Renamed Settings class to SettingsManager. 10 years ago
dehnert 95ee78ede2 First working version of SCC-based mc. 10 years ago
dehnert 77e2693ccc Further work on SCC-based mc. 10 years ago
dehnert 1cc930f0e4 Added proper source grouping for properties directory. Fixed one performance tests. Started on SCC-based reachability model checker. 10 years ago
sjunges daca9d5294 refactored main.cpp 10 years ago
dehnert 4f25312a6b Adapted SMT-based counterexample generator such that it works with the new property classes. 10 years ago
masawei 5a0059d110 Commented out the SMTMinimalCommandSetGeneraator, again. 10 years ago
masawei d75e32b83e Renames the folder formula to properties and the namespace property to properties. 10 years ago
PBerger 57882db84e Fixed warnings about unused variables in PathBasedSubsystemGenerator and SMTMinimalCommandSetGenerator. Also some stuff with type conversions. 10 years ago
PBerger 3bc31e927d Added per-formula timing output. 10 years ago
dehnert e2c2177dca Adapted MaxSAT-based minimal command set generator to some recent changes to make it work again. 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
dehnert 28eed65a0d Fixed a reference to a non-existant option. 11 years ago
PBerger 5503e91bb3 Added detailed time measurement using std::chrono, leading to more useful information for comparison against Prism, etc. 11 years ago
masawei 4bf0299279 Changed the Prctl/Csl formula parsers to be static classes. 11 years ago
sjunges d4c2657856 Parsing parameteric dtmcs and exporting them to smt2 11 years ago
sjunges 7ca6a4edeb sub part for parameters, working parsing for non parametric systems into a parametric system 11 years ago
dehnert 7667933caf First working version of explicit model generation using the new PRISM classes and expressions. 11 years ago
dehnert e67eb05309 Changed internal data structures of PRISM classes slightly. Added classs for certain ingredients that were represented as primitives before. 11 years ago
sjunges a528610d98 version is now written into a seperate header file to prevent recompile of many files after a commit 11 years ago
dehnert dd15e60193 Removed faulty deletion of cudd utility (is obsolete now anyway). 11 years ago
dehnert 386fac3935 Removed faulty deletion of cudd utility (is obsolete now anyway). 11 years ago
PBerger a4a17de4fc Added timing for PRCTL formula checking. 11 years ago
PBerger 0922921b24 Updated cudaForStorm/CMakeLists.txt to make use of the new GIT based version schema. 11 years ago
PBerger 2ad5e57db2 Refactored version handling. Its now done via Tags in GIT. 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 da9fe04ba4 Removed the extra shell around the Cuda Plugin. Changed include pathes. 11 years ago
PBerger 0307007d27 Fixed a non-ISOC++ Compliant call to getcwd 11 years ago
PBerger 98b0bcf187 Reimplemented the TopologicalValueIterationNondeterministicLinearEquationSolver with splitting into submatrices. 11 years ago
PBerger fcc17b800b Reworked SIGALRM handling to work under windows 11 years ago
dehnert 6b9fd8b331 Added timeout flag so no external tool is needed for aborting a computation. 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
masawei 15d13bc06d Refactored the AutoParser. 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 ee0026e0e6 Fixed minor bug in Markov automata time-bounded reachability. 11 years ago
dehnert 3dab26463d Introduced precision for digitization-based techniques as a new parameter. 11 years ago