12 Commits (64a804137e8fd2cea02a803dc416bfab3cd76c68)

Author SHA1 Message Date
TimQu 64a804137e export of cdf's 8 years ago
dehnert 2d41de479e added progress outputs to iterative solvers 8 years ago
TimQu fcd277c42a added an option that enables building of state valuations. Also include the state valuations when the model is exported to .dot format 8 years ago
dehnert 29855e2853 added option to display information about exploration progress to both jit and explicit builder 8 years ago
TimQu 07259e8f0d added parser for IMCAs explicit Markov automaton format 8 years ago
Sebastian Junges 291f5ecd47 First version of Jani-to-Dot. 8 years ago
Matthias Volk 36854d4636 Framework for DRN parser 8 years ago
sjunges 8fc0033bb2 fix dft-to-gspn regarding properties, now compiles again, and changed settings: Properties are now in IOSettings (should not change usage) 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
dehnert b579978938 cleaned up jit model builder, added options, added doctor procedure, prepared Markov automata 9 years ago
dehnert 8f096e9475 more work on transient variables 9 years ago
dehnert 9de219a6b9 more work on jit-based model builder 9 years ago
sjunges ecc74595ba several jani related fixes: IsInitialRestrictionSet(), FormulaContext, minor things 9 years ago
sjunges ed970d78b1 property support for jani -- several changes throughout code, parser currently only supports probability properties 9 years ago
sjunges 236a2be0d3 pretty printing of rational functions, rewards in the drn format, option for full build 9 years ago
sjunges ae57574d85 first version of explicit format export [mdps/no rewards only currently] 9 years ago
dehnert 99badd02c5 more work towards JANI reward models 9 years ago
dehnert d5ba9e00e8 started on making jani available from cli, commit to switch workplace 9 years ago
Mavo c9f04ecc0b Added IOSettings 9 years ago
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo f529a1315f Settings module do not need settings manager 9 years ago
dehnert bb7d8ca3c5 added learning as new engine selection in options 9 years ago
dehnert 55fd1b66c3 introducing exploration orders to explicit builder 9 years ago
dehnert 756ac1cad7 added timeout and memout flags. memout is, however, not supported by Mac OS 9 years ago
dehnert ebbd03c15b fixed some warning-related stuff. introduced abstraction-refinement engine in options and entrypoints that currently only throws not-implemented exception 9 years ago
sjunges 1e1400d68d merge 9 years ago
dehnert abacfdd28d added sylvan settings. made sylvan available from the cli 9 years ago
sjunges 86155a5a87 extra option for export of a matrix 10 years ago
dehnert c624b19427 added no-cuts option. prob1 tests for game now passing. 10 years ago
sjunges 3a17477713 change engine in options...(preliminary) 10 years ago
chris a216b5a9d9 added support for parsing choice labels for explicit MDPs 10 years ago
dehnert 080b50a890 fixed bug in symbolic model generation 10 years ago
dehnert d7490a74cb properties can now be given as string or file. both ways accept multiple formulas 10 years ago
sjunges faf31156e0 fix for last changes + is probabilistic 10 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 10 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 10 years ago
PBerger f63e5fc873 Implemented Policy Iteration inside the GmmxxMinMaxLinearEquationSolver. 10 years ago
TimQu b395b1292e started Smtlib Solver interface and some 'prototypy' method to check parameter regions 10 years ago
dehnert 06bfc17ec6 Started making hybrid (dd/sparse) model checking work. 10 years ago
dehnert d787b80fec CTMC examples now build properly using the DD-based model generator. 10 years ago
dehnert 8f4a4397e0 Started working on Markovian commands in PRISM programs. 10 years ago
dehnert 1990567b84 Started to improve performance of sparse CTMC model checker. 10 years ago
dehnert 706ea56963 Now DDs are either MTBDDs or BDDs. This makes it possible to use BDDs where possible, which is faster. 10 years ago
dehnert f0b591be77 Further work on reintegrating parametric model checking into main executable. 10 years ago
dehnert 5794bbea56 Made some adaptions to make parametric model checking work in the main executable. 10 years ago
dehnert b60c5ffdc0 Fixed a lot of tests, improved some things here and there. 10 years ago
svkurowski 67bcd5038f Add general setting to enable CUDA on runtime 11 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). 11 years ago