462 Commits (4e6d334f9b70a9864be0340c6567315f9933bcbb)

Author SHA1 Message Date
dehnert 2e8ff870ff completed interface of (sylvan) ADDs for storing rational functions 9 years ago
TimQu 95527421bf added missing parenthesis 9 years ago
TimQu ad3e99f558 Fixes in step bounded DFS implementations: A state should be reexplored whenever it is reached with a shorter path. Previously, it was not possible to explore a state multiple times. 9 years ago
dehnert 1a803f4270 created symbolic native solver to factor out numerical solution; prepared the code-path that stores rational functions in DDs (hybrid + dd engines) 9 years ago
TimQu 744126a380 visualization of result :) 9 years ago
TimQu 0283e402ad fixed output 9 years ago
TimQu 2dc976f9f9 beautified cli 9 years ago
dehnert fd31e23306 allow arbitrary-layer meta variables in DdManager; make DdManager available as non-const from a DD; started on symbolic state elimination linear equation solver 9 years ago
dehnert 97b33cf8b1 changed version output slightly 9 years ago
dehnert 98d956275a reworked version detection via git/defaults if not available 9 years ago
TimQu 3430a66335 fix for command line invokation of PLA 9 years ago
TimQu 38fa454ace fixed more compilation issues, considered the variables occurring in the model when parsing a region (otherwise, distinct variables with the same name would cause problems), adapted Tests to new interface for parameter lifting 9 years ago
TimQu 3686c42965 removed obsolete policy guessing 9 years ago
TimQu 14e44e0165 removed old region model checker classes, implemented entry point for pla, solved different compilation issues 9 years ago
TimQu 428cb710cc Parameter lifting for mdps, some fixes 9 years ago
TimQu a1ad5377e8 implemented parameter lifting model checker for DTMCs (as a replacement of the old ApproximationModel). 9 years ago
Matthias Volk a18161b6e3 Quick fix for CTMC instantiation 9 years ago
Matthias Volk 40e125fb85 Enable parsing of parametric DRN 9 years ago
Matthias Volk 9ad582dafc Import state labeling 9 years ago
Matthias Volk 36854d4636 Framework for DRN parser 9 years ago
Matthias Volk 97d09408d1 Export generated model from DFT 9 years ago
Matthias Volk 1c2426b0f4 Print model information 9 years ago
TimQu 4640e47e12 started with instantiation model checker 9 years ago
TimQu 59a72b4037 parametric simplifier for mdps 9 years ago
TimQu 98fff70cb1 some eigen adaptions 10 years ago
Matthias Volk 5d79eff2cd Wrapper for file opening 10 years ago
TimQu 7dfc43c828 implemented more functionality for NativePolytopes, added functions to consider exact numbers in z3LPsolver 10 years ago
JK d602d2660d utility/constants.cpp: switch to carl::parse from carl::rationalize 10 years ago
JK 3c5c609e27 utility/cli.cpp, parseConstantDefinitionString: do constants parsing using rational number (exact) 10 years ago
JK b623b4184e constants.cpp: convertNumber(int_fast64_t) to RationalFunction, fix signed/unsigned cast 10 years ago
dehnert a85f4fdc89 replaced some StoRMs and Storms by storm, reworked version output a bit 10 years ago
dehnert fa49ebb922 installing correct libcarl if built from shipped version 10 years ago
sjunges 488aaeaa58 properties in storm-gspn 10 years ago
dehnert 1598f0db1e cmake version detection fix for when storm is not built from git 10 years ago
dehnert c467fa5f38 printing -1 as infinity for rational numbers and added clipping result to valid range where appropriate 10 years ago
dehnert 398c317a7d allowing constant definition string to refer to other variables on the right-hand side of assignments, added convergence statement in eigen solver 10 years ago
dehnert 7af65ac804 slightly modified stats output and fixed memory measurement under linux 10 years ago
dehnert a7e9c5819f removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking 10 years ago
dehnert aac7433f39 expression manager now caches types, expression evaluator avoid creating unnecessary expressions and traversals 10 years ago
dehnert 7b0b6fa333 fixed a formula parsing bug, corrected some result printing 10 years ago
dehnert 43354d0c20 bunch of fixes (prominently in prism -> jani conversion) 10 years ago
TimQu 3e1532760e replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/ 10 years ago
Matthias Volk d2e7de7067 Use Stopwatch for measuring total time 10 years ago
dehnert 6dce56d0bb improved printing of result to command line 10 years ago
dehnert 16a06d9f03 formula parser now directly emits properties with names; name filtering of properties from cli 10 years ago
dehnert b4381a7c48 Constants in formulas appear to be working 10 years ago
Matthias Volk 7b253ba30a Fixed compile issue 10 years ago
dehnert ce36601f7c fixed gmp dependency (lib), fixed parser to reject formulas that appear later in the PRISM file 10 years ago
dehnert 37272e11c8 renamed Eigen:: to StormEigen:: to distinguish our modified version from other versions 10 years ago
Sebastian Junges 1f82fa27e8 reward parameters 10 years ago