142 Commits (5485abe1ef4ff7db5cbbffcb44d0c7d1278c6582)

Author SHA1 Message Date
dehnert 29716ea5f8 performance tests now compile again. also fixed some warnings 11 years ago
sjunges faf31156e0 fix for last changes + is probabilistic 11 years ago
dehnert fbd05cd780 more and more bugfixes 11 years ago
dehnert dbc7d860a4 functional tests compile again, started to debug changes 11 years ago
TimQu 511284cd5b Added a couple of settings that replace hardcoded switches 11 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 11 years ago
sjunges 92082dc970 gurobi lp solver refactored in case gurobi is not found, and fixes for linux - sorry about earlier lack of checks on linux 11 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 11 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 11 years ago
dehnert 1e5398c8b7 LRA finally working for ctmcs 11 years ago
PBerger f63e5fc873 Implemented Policy Iteration inside the GmmxxMinMaxLinearEquationSolver. 11 years ago
TimQu ccfb452f53 no hardcoded regions anymore 11 years ago
TimQu 2b807dd72e implemented communication with solver 11 years ago
TimQu 52a8c324a5 make storm compile when carl is not available 11 years ago
TimQu b395b1292e started Smtlib Solver interface and some 'prototypy' method to check parameter regions 11 years ago
dehnert 06bfc17ec6 Started making hybrid (dd/sparse) model checking work. 11 years ago
dehnert d787b80fec CTMC examples now build properly using the DD-based model generator. 11 years ago
dehnert 8f4a4397e0 Started working on Markovian commands in PRISM programs. 11 years ago
dehnert 1990567b84 Started to improve performance of sparse CTMC model checker. 11 years ago
dehnert 7fa6b568b4 Currently debugging the computation of transient probabilities in CTMCs. 11 years ago
David_Korzeniewski b623384dda Fixed merge errors and adapted to changes in master 11 years ago
dehnert 706ea56963 Now DDs are either MTBDDs or BDDs. This makes it possible to use BDDs where possible, which is faster. 11 years ago
dehnert f0b591be77 Further work on reintegrating parametric model checking into main executable. 11 years ago
dehnert 5794bbea56 Made some adaptions to make parametric model checking work in the main executable. 11 years ago
dehnert 534c8c8a44 Set more sensible default value for elimination order. 11 years ago
dehnert 197c242bb1 Some minor changes. 11 years ago
dehnert 1fb8d72a30 Merged master in parametricSystems. 11 years ago
dehnert 8a4706d9c9 A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated. 11 years ago
dehnert b60c5ffdc0 Fixed a lot of tests, improved some things here and there. 11 years ago
David_Korzeniewski 78d3a392a5 Created settings module for TopologicalValueIterationNondeterministicLinearEquationSolver and integrated that with the solver. 11 years ago
svkurowski 67bcd5038f Add general setting to enable CUDA on runtime 12 years ago
dehnert 2f20abf47f The user can now select on the command line which reward model of a symbolic model is to be used (as a second [optional] argument to --symbolic). 12 years ago
svkurowski a4a15dd774 Add general setting to enable CUDA on runtime 12 years ago
dehnert 77d7555268 Added random order for state elimination. 12 years ago
dehnert 23c7c9b7d4 Further work on ordering options. 12 years ago
dehnert aa4836e085 Minor bugfix in bisimulation options. 12 years ago
dehnert a987233507 Started working on more options for sorting and integrating pure state elimination 12 years ago
dehnert 7257bb23c3 Further work on weak bisimulation. Model checking can now be done from tne command line again. 12 years ago
dehnert 391f3225e4 Added unparameterized NAND example. Further work on weak bisimulation. 12 years ago
dehnert 56aec18a48 Added bisimulation settings. Further work on weak bisimulation. 12 years ago
dehnert ca9dddb110 Sparse Bisimulation is still ongoing work. 12 years ago
sjunges d78d88b84d added export of constraints and resultfile 12 years ago
sjunges cafcb3f238 version info extended and moved to cpp, added options flag (although unclear what exactly should be displayed then) 12 years ago
dehnert caa7335afa Started work on sparse bisimulation decomposition. 12 years ago
dehnert 5571e2111c Changed default maximal SCC size to 20. Removed some debug output. 12 years ago
dehnert 385f7b7465 Added option to sort trivial SCC in descending order wrt. to their distances from the initial state. Added some more timing recordings. 12 years ago
dehnert 0776d8a74b Added and fixed some example models. Added option for maximal size of SCC that gets eliminated using state elimination. 12 years ago
dehnert 4eea90646a Fixed attributes of some example files. Added option to eliminate entry states in the very end (added option module for model checking of parametric models). Added feature to specify the formulas to check on the command line. 12 years ago
dehnert 1f1b60e6de Added macros that can be used for printing and warnings. Included Dennis' fix for model checking of Markov automata. Added check methods to the settings modules that check whether the specified options are non-contradictive. 12 years ago
dehnert 96086cb6d8 Fixed a bug in the option system and MILP-based cex generator. Now everything should work for the demo. :) 12 years ago