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), ...
9 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.
9 years ago
JK
b623b4184e
constants.cpp: convertNumber(int_fast64_t) to RationalFunction, fix signed/unsigned cast
9 years ago
dehnert
a85f4fdc89
replaced some StoRMs and Storms by storm, reworked version output a bit
9 years ago
dehnert
fa49ebb922
installing correct libcarl if built from shipped version
9 years ago
sjunges
488aaeaa58
properties in storm-gspn
9 years ago
dehnert
1598f0db1e
cmake version detection fix for when storm is not built from git
9 years ago
dehnert
c467fa5f38
printing -1 as infinity for rational numbers and added clipping result to valid range where appropriate
9 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
9 years ago
dehnert
7af65ac804
slightly modified stats output and fixed memory measurement under linux
9 years ago
dehnert
a7e9c5819f
removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking
9 years ago
dehnert
aac7433f39
expression manager now caches types, expression evaluator avoid creating unnecessary expressions and traversals
9 years ago
dehnert
7b0b6fa333
fixed a formula parsing bug, corrected some result printing
9 years ago
dehnert
43354d0c20
bunch of fixes (prominently in prism -> jani conversion)
9 years ago
TimQu
3e1532760e
replaced EIGEN with STORMEIGEN and Eigen/ with StormEigen/
9 years ago
Matthias Volk
d2e7de7067
Use Stopwatch for measuring total time
9 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
Sebastian Junges
c2ea78b880
no need anymore to create files from formulas if properties are present anyway
10 years ago
Sebastian Junges
18383f5220
several fixes in dft->gspn->jani code path: Most notably, mas are closed, successor nodes failed places keep intact and tb property is added
10 years ago
Sebastian Junges
88e17d423a
updated dft->gspn->jani workflow
10 years ago
dehnert
df7da86bd7
flattening JANI models appears to be working, started adding tests
10 years ago
dehnert
d6a32ca634
more work on flattening JANI compositions
10 years ago
dehnert
be4e21d1b3
first version of jani menu-game abstraction
10 years ago
dehnert
19fd72cfb6
optimized reuse of qualitative values
10 years ago
dehnert
fefdc7b216
more time measurements
10 years ago
dehnert
3d20cf0afd
some fixes and more refactoring
10 years ago
sjunges
112fb8f61e
moving dfts to their own lib and cli
10 years ago
dehnert
5d24a190ab
some refactoring for menu games
10 years ago
sjunges
84dff41287
fixed several gcc warnings
10 years ago