115 Commits (deaaa91c37a54ab99c57ec626918538ea66ac3f8)

Author SHA1 Message Date
sjunges 8b1e003657 Fix 10 years ago
sjunges b50c823c77 Refactored for faster compilation times. 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
sjunges fd3ffafcd9 First version of the monolithic state space generation 10 years ago
sjunges 40a0f4f18a stupid fix in cli (carl version can not be shown, no idea how...) 10 years ago
sjunges 16c57decff print header including info for smtrat and carl (untested) 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 3b4dca1a03 Improved Jacobi method a bit. 10 years ago
dehnert 06bfc17ec6 Started making hybrid (dd/sparse) model checking work. 10 years ago
dehnert 1990567b84 Started to improve performance of sparse CTMC model checker. 10 years ago
dehnert 65bf06dd50 Further steps towards CTMC model checking. 10 years ago
dehnert 9d4ded66b2 Started implementing CTMC model checker. 10 years ago
dehnert cde9786dfa Made Fox-Glynn (hopefully) work. 10 years ago
dehnert e9d677c792 Further work on MTBDD-based mc. 10 years ago
dehnert a44a3554c8 Fixed minimal command counterexample generation. 10 years ago
dehnert c8007876ae Symbolic models can now be built from the command line. 11 years ago
dehnert a1dae8849e Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented. 11 years ago
David_Korzeniewski 8ebc0e4640 Final touches on cuda nondeterministic linear equation solver & modelchecker 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 8c1870eb54 Intermediate commit. 11 years ago
dehnert e58d38fadf More work on integrating DD-based model building. 11 years ago
dehnert f0b591be77 Further work on reintegrating parametric model checking into main executable. 11 years ago
dehnert 53b77e673b Fixed a minor issue. 11 years ago
dehnert 5794bbea56 Made some adaptions to make parametric model checking work in the main executable. 11 years ago
dehnert f5e383722f Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 11 years ago
dehnert 3f44b1295f started polishing pstorm a bit 11 years ago
dehnert 8fa67a6158 Enabled output file generation. 11 years ago
dehnert 40e148d9a4 Added overall performance measurements. 11 years ago
dehnert 6585e56768 Changed program header. 11 years ago
dehnert 072b7d0e1a Added performance statistics for model building. 11 years ago
dehnert 5343ea622a Fixed bug concerning conditional probabilities. 11 years ago
dehnert f49d89144e Fixed issue that could cause wrong models to be generated. 11 years ago
dehnert 4952306092 Worked on making bisimulation decomposition a bit easier to use. 11 years ago