TimQu
a1ad5377e8
implemented parameter lifting model checker for DTMCs (as a replacement of the old ApproximationModel).
10 years ago
Matthias Volk
a18161b6e3
Quick fix for CTMC instantiation
10 years ago
Matthias Volk
40e125fb85
Enable parsing of parametric DRN
10 years ago
Matthias Volk
9ad582dafc
Import state labeling
10 years ago
Matthias Volk
36854d4636
Framework for DRN parser
10 years ago
Matthias Volk
97d09408d1
Export generated model from DFT
10 years ago
Matthias Volk
1c2426b0f4
Print model information
10 years ago
TimQu
4640e47e12
started with instantiation model checker
10 years ago
TimQu
59a72b4037
parametric simplifier for mdps
10 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
carl::parse supports more syntax variants for specifying rational numbers, e.g., 1.23e-10 (scientific notation), 1/24 (fractions), ...
10 years ago
JK
3c5c609e27
utility/cli.cpp, parseConstantDefinitionString: do constants parsing using rational number (exact)
Uses convertNumber to obtain a rational number for double constants. Additionally, improve error message if something goes wrong during conversion.
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
TimQu
74d22cb336
fixed a few warnings related to P{L|CA}A
10 years ago
Tom Janson
8c438da784
ksp: fix assertion
10 years ago
Tom Janson
2f7f5eb212
ksp: forward-declare model
10 years ago
dehnert
56d1928b9b
resolved some issues (ambiguity for call to carl::rationalize and several warnings because of signed/unsigned comparison)
10 years ago
TimQu
83a77e77ba
fixed use of gmp numbers
10 years ago
dehnert
b258f1e52d
some more warnings gone
10 years ago
dehnert
eac2735068
fixed more warnings
10 years ago
dehnert
5b09b91ae1
fixed more warnings
10 years ago
dehnert
136cb194d1
fixed a bunch of unused variable warnings
10 years ago
Sebastian Junges
14be5c128f
silenced warnings about unknown pragmas in eigen and gmm wrapper
10 years ago
Tom Janson
f390aeadf3
rm broken Dijkstra from graph.cpp
10 years ago
Tom Janson
b71ef02692
comments and fixes (?) to graph.cpp's Dijkstra
This implementation seemed pretty wrong in multiple ways;
I attempted to fix it (a long time ago) (see diff, you'll see what I'm
talking about), then gave up.
Luckily (?) the code is unused, just sitting there, sad and broken.
10 years ago
Tom Janson
87e8af9852
moved ksp stuff to right location
fix include
10 years ago
Tom Janson
6d1608a147
Dijkstra fixed, maybe
TODO: check; improve
Things that aren't going well:
- On the example graph BRP-16-2, all nodes have distance 1. I that
possible??
- The initial states list themself as their own predecessor. That's
bad, because it's simply false (unless there is a self-loop).
Former-commit-id: 06f9a28306 [formerly e7e2385e0d ]
Former-commit-id: 3505011831
11 years ago
dehnert
bf29488219
fix for decomposition
10 years ago