167 Commits (e0f9bd7865937a5448b93326638f11b9569c3bc3)

Author SHA1 Message Date
sjunges daca9d5294 refactored main.cpp 11 years ago
dehnert 4f25312a6b Adapted SMT-based counterexample generator such that it works with the new property classes. 11 years ago
masawei 5a0059d110 Commented out the SMTMinimalCommandSetGeneraator, again. 11 years ago
masawei d75e32b83e Renames the folder formula to properties and the namespace property to properties. 11 years ago
PBerger 57882db84e Fixed warnings about unused variables in PathBasedSubsystemGenerator and SMTMinimalCommandSetGenerator. Also some stuff with type conversions. 11 years ago
PBerger 3bc31e927d Added per-formula timing output. 11 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
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 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 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. 12 years ago
dehnert 588a4b60b6 Refactored linear equation solvers and nondeterministic linear equation solvers. Added functional tests for both. 12 years ago
dehnert ee0026e0e6 Fixed minor bug in Markov automata time-bounded reachability. 12 years ago
dehnert 3dab26463d Introduced precision for digitization-based techniques as a new parameter. 12 years ago
dehnert b3601782a9 Added Lp Solver class for glpk and added it as an option in CMakeLists.txt. 12 years ago
dehnert 0a89d65f93 Started refactoring Markov automaton model checker. 12 years ago
dehnert 18711c01a3 First working version of time-bounded reachability for Markov automata. 12 years ago
dehnert dce43d78e7 Started implementation of time-bounded reachability of Markov automata. 12 years ago
dehnert dabfb5e1dd First working version of LRA computation for Markov automata. 12 years ago
dehnert 339b598694 Enabled computation of LRA for individual maximal end components. It remains to compute the overall LRA value using the values for the individual MECs. 12 years ago
dehnert 9f7a0f1354 Started abstracting LP solvers into a common interface. This way, we have more freedom to target different LP solvers easily and can avoid licensing problems. 12 years ago
dehnert 101c39f365 Added correct detection of states that possess infinite exptected time to reach a given goal set. 12 years ago
dehnert f1a9b1e602 First version of minimum expected time for Markov automata. 12 years ago
dehnert 2cbdf56267 Fixed some bugs in bit vector and vector set that prevented the MEC decomposition from functioning correctly. 12 years ago
dehnert 5a9d778a23 First version of MEC decomposition for nondeterministic models. 12 years ago
dehnert f287b7e760 Further steps towards implementation of MEC decomposition. 12 years ago
dehnert bd367f89c7 Enabled model checking of PCTL properties for symbolic models. 12 years ago
masawei c30d6d307e Figured out how to explicitly instantiate templates. 12 years ago
dehnert 66f15efbc6 Fixed memory bug in Markov automaton parser. 12 years ago
dehnert cebda374d1 Further step towards Markov automata parser. 12 years ago
dehnert c02f4e2adc Markov Automata transitions can now be parsed. Next up: a parser that combines transition and label parsing for Markov automata. 12 years ago
dehnert 77cabe1948 Started implementing a parser for an explicit format for Markov automata. This commit breaks things, so don't pull if you want to have a running version of this branch. 12 years ago
dehnert 141fdca6d7 Added initial version of MarkovAutomaton class. 12 years ago
masawei 94d8a46b1d Fixed some compile errors originating from the introductionof the new storm::storage::VectorSet. 12 years ago
masawei afb0b19c27 All merge conflicts resolved. 12 years ago
masawei af0601c453 Made several changes. 12 years ago