dehnert
16a06d9f03
formula parser now directly emits properties with names; name filtering of properties from cli
9 years ago
dehnert
b4381a7c48
Constants in formulas appear to be working
9 years ago
dehnert
ce36601f7c
fixed gmp dependency (lib), fixed parser to reject formulas that appear later in the PRISM file
9 years ago
dehnert
37272e11c8
renamed Eigen:: to StormEigen:: to distinguish our modified version from other versions
9 years ago
Sebastian Junges
1f82fa27e8
reward parameters
9 years ago
TimQu
74d22cb336
fixed a few warnings related to P{L|CA}A
9 years ago
Tom Janson
8c438da784
ksp: fix assertion
9 years ago
Tom Janson
2f7f5eb212
ksp: forward-declare model
9 years ago
dehnert
56d1928b9b
resolved some issues (ambiguity for call to carl::rationalize and several warnings because of signed/unsigned comparison)
9 years ago
TimQu
83a77e77ba
fixed use of gmp numbers
9 years ago
dehnert
b258f1e52d
some more warnings gone
9 years ago
dehnert
eac2735068
fixed more warnings
9 years ago
dehnert
5b09b91ae1
fixed more warnings
9 years ago
dehnert
136cb194d1
fixed a bunch of unused variable warnings
9 years ago
Sebastian Junges
14be5c128f
silenced warnings about unknown pragmas in eigen and gmm wrapper
9 years ago
Tom Janson
f390aeadf3
rm broken Dijkstra from graph.cpp
9 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.
9 years ago
Tom Janson
87e8af9852
moved ksp stuff to right location
fix include
9 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
10 years ago
dehnert
bf29488219
fix for decomposition
9 years ago
Sebastian Junges
c2ea78b880
no need anymore to create files from formulas if properties are present anyway
9 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
9 years ago
Sebastian Junges
88e17d423a
updated dft->gspn->jani workflow
9 years ago
dehnert
df7da86bd7
flattening JANI models appears to be working, started adding tests
9 years ago
dehnert
d6a32ca634
more work on flattening JANI compositions
9 years ago
dehnert
be4e21d1b3
first version of jani menu-game abstraction
9 years ago
dehnert
19fd72cfb6
optimized reuse of qualitative values
9 years ago
dehnert
fefdc7b216
more time measurements
9 years ago
dehnert
3d20cf0afd
some fixes and more refactoring
9 years ago
sjunges
112fb8f61e
moving dfts to their own lib and cli
9 years ago
dehnert
5d24a190ab
some refactoring for menu games
9 years ago
sjunges
84dff41287
fixed several gcc warnings
9 years ago
dehnert
633f4293e3
added option of splitting to predicate synthesis, added equivalence checker, fixed bug that caused some commands not to be abstracted
9 years ago
dehnert
bf5018b858
post-merge fixes
9 years ago
dehnert
cbd525b40b
Cmake adaptions here and there
9 years ago
sjunges
a1e2ada9f2
suppress more warnings in gmm and in eigen
9 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