772 Commits (4b95f72a0acea94b7784ea2f908949a5c54be6f1)

Author SHA1 Message Date
sjunges 8b1e003657 Fix 10 years ago
sjunges 7a050434d9 bugfixes for NondeterministicModel, improvements for StateActionPair, graph and initialize 10 years ago
sjunges b50c823c77 Refactored for faster compilation times. 10 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 10 years ago
dehnert 4dbbe3c561 moved constraint collection to DTMC class 10 years ago
TimQu 86ff07ec0d take sampling point before approximation to know whether to minimize or maximize. 10 years ago
TimQu a22c36e38a avoided unnecessary copy of matrix while doing graph analysis. const& was missing somehow. 10 years ago
TimQu 777942f5d3 renamed BoundType to CoefficientType, better region.getVariables 10 years ago
TimQu 63618147b8 - Compute sample points via instantiated DTMCs 10 years ago
sjunges fd3ffafcd9 First version of the monolithic state space generation 10 years ago
TimQu fcdf0eee7a changes on the solver interface to work with timeouts or memouts. i.e. there is no exception thrown in that case 10 years ago
TimQu 076b6cc71c reimplemented region model check via smt solving 10 years ago
dehnert 1e5398c8b7 LRA finally working for ctmcs 10 years ago
dehnert 331ea9fc19 further work on steady state probabilities 10 years ago
sjunges 40a0f4f18a stupid fix in cli (carl version can not be shown, no idea how...) 10 years ago
sjunges 7cbab6a260 use gmpxx mpq_class for rational numbers 10 years ago
sjunges 16c57decff print header including info for smtrat and carl (untested) 10 years ago
dehnert 4c35bc0f66 symbolic DTMC model checker working 10 years ago
dehnert 81c627b9b7 First version of fully symbolic game solver. 10 years ago
TimQu c9c6d1e199 Implemented mdp building and checking 10 years ago
David_Korzeniewski 5623e66566 Ignore empty lines in property file and only warn if a line could not be parsed 10 years ago
David_Korzeniewski c3d0112975 Actually try to read all lines from property file 10 years ago
David_Korzeniewski 7d84b0a4c5 Added ability to check properties from property file to cli utility. 10 years ago
TimQu 6206147e1a Sampling the corners of the region 10 years ago
TimQu 47f2e9592b Implemented preprocessing steps 10 years ago
TimQu 1c0438ff38 a few steps to efficiently analyze multiple regions... 10 years ago
TimQu ccfb452f53 no hardcoded regions anymore 10 years ago
TimQu 836b5cebc6 implemented some auxilarry functions for parameterregions 10 years ago
TimQu f6c4b9be72 splitted "elimination model checker" and "region model checker" into two files. 10 years ago
TimQu 96cf3c65bb implemented instantiation as mdp to get valid bounds 10 years ago
dehnert e4968b1dde Fixed minor issue in cli 10 years ago
TimQu 0e1552d3a5 eliminating of states with constant outgoing transitions 10 years ago
TimQu bac0e01835 added time measurement, support for stateelimination 10 years ago
dehnert e3320ee086 Started working on hybrid MDP model checker. 10 years ago
dehnert be66ef2751 Finalized hybrid CTMC model checker. 10 years ago
dehnert e1761fa774 Enabled hybrid CTMC model checker in cli. Further work on hybrid CTMC model checker (not yet working). Fixed some minor issues in sparse CTMC model checker. 10 years ago
TimQu b395b1292e started Smtlib Solver interface and some 'prototypy' method to check parameter regions 10 years ago
dehnert c1917ce6d9 Finalized hybrid DTMC model checker. It now passes its tests. 10 years ago
dehnert 3b4dca1a03 Improved Jacobi method a bit. 10 years ago
dehnert 06bfc17ec6 Started making hybrid (dd/sparse) model checking work. 10 years ago
dehnert 60701cebdb ADDs and BDDs are no longer mixed in the abstraction layer. 11 years ago
dehnert eb5d4100a6 Renamed Nondeterminstic equation solver as this name is more than misleading. 11 years ago
dehnert 1990567b84 Started to improve performance of sparse CTMC model checker. 11 years ago
dehnert d545fac471 Restructured solvers a bit: they now get the matrix upon construction and the model checkers use factories to retrieve solvers. 11 years ago
dehnert f8c867300b Optimized time-bounded reachability of CTMCs a bit. 11 years ago
dehnert a851fad65d More work on reward properties for CTMCs. 11 years ago
dehnert ccc60ef145 Removed a lot of debug output. 11 years ago
dehnert 7fa6b568b4 Currently debugging the computation of transient probabilities in CTMCs. 11 years ago
dehnert 65bf06dd50 Further steps towards CTMC model checking. 11 years ago
dehnert 9d4ded66b2 Started implementing CTMC model checker. 11 years ago