13 Commits (b3c2d8bbd8b04961e35c9cecc629908c3f5a4c78)

Author SHA1 Message Date
TimQu f89236100b Added topological linear equation solver 9 years ago
dehnert bf727a28fd remove debug output and choose sylvan automatically in exact mode 9 years ago
dehnert c5134c364f Extraction and update of TBB-parallelized stuff 9 years ago
TimQu c7b83ffb5f moved parameter lifting related code out of the main library/executable 9 years ago
TimQu 2dc976f9f9 beautified cli 10 years ago
TimQu 14e44e0165 removed old region model checker classes, implemented entry point for pla, solved different compilation issues 10 years ago
TimQu 7dfc43c828 implemented more functionality for NativePolytopes, added functions to consider exact numbers in z3LPsolver 10 years ago
dehnert 33759ed246 beautified help message printing. all requirements and default values are now printed automatically for all options 10 years ago
dehnert 49597fca86 reworked argument validators for settings 10 years ago
Sebastian Junges d246517757 removed src prefix in all includes 10 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 10 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 10 years ago
dehnert e43dfc2784 removed unused setting 10 years ago
hbruintjes ffe325b196 Fix unitialized data in coresettings 10 years ago
dehnert 9ab33528b4 started to fill value iteration implementation in new general min-max solver 10 years ago
dehnert b4e0cabef6 started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers 10 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 10 years ago
dehnert 4e14ecb869 made elimination-based linear solver work in an alpha version. changed minor things in Eigen's SparseLU implementation to make it work with rational numbers and rational functions 10 years ago
dehnert 023325b53d added tests for Eigen solver 10 years ago
Mavo c9f04ecc0b Added IOSettings 10 years ago
Mavo effadc5cca Split into general settings and markov chain settings 10 years ago
Mavo f529a1315f Settings module do not need settings manager 11 years ago
dehnert bb7d8ca3c5 added learning as new engine selection in options 11 years ago
dehnert c45812c66a made bfs the default exploration order again 11 years ago
dehnert 55fd1b66c3 introducing exploration orders to explicit builder 11 years ago
dehnert 756ac1cad7 added timeout and memout flags. memout is, however, not supported by Mac OS 11 years ago
dehnert ebbd03c15b fixed some warning-related stuff. introduced abstraction-refinement engine in options and entrypoints that currently only throws not-implemented exception 11 years ago
sjunges 1e1400d68d merge 11 years ago
dehnert abacfdd28d added sylvan settings. made sylvan available from the cli 11 years ago
sjunges 86155a5a87 extra option for export of a matrix 11 years ago
dehnert c624b19427 added no-cuts option. prob1 tests for game now passing. 11 years ago
sjunges 3a17477713 change engine in options...(preliminary) 11 years ago
chris a216b5a9d9 added support for parsing choice labels for explicit MDPs 11 years ago
dehnert d7490a74cb properties can now be given as string or file. both ways accept multiple formulas 11 years ago
sjunges faf31156e0 fix for last changes + is probabilistic 11 years ago
dehnert dbc7d860a4 functional tests compile again, started to debug changes 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 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
PBerger f63e5fc873 Implemented Policy Iteration inside the GmmxxMinMaxLinearEquationSolver. 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. 12 years ago
dehnert 7fa6b568b4 Currently debugging the computation of transient probabilities in CTMCs. 12 years ago
David_Korzeniewski b623384dda Fixed merge errors and adapted to changes in master 12 years ago
dehnert 706ea56963 Now DDs are either MTBDDs or BDDs. This makes it possible to use BDDs where possible, which is faster. 12 years ago
dehnert f0b591be77 Further work on reintegrating parametric model checking into main executable. 12 years ago
dehnert 5794bbea56 Made some adaptions to make parametric model checking work in the main executable. 12 years ago