TimQu
b5bb87404c
replaced occurrences of 'substituteConstants' by 'substituteConstantsFormulas'
7 years ago
sjunges
79bb6734ed
compile and link parsers in seperate binary
7 years ago
TimQu
4191d17f1e
Moved main testfiles into tests/storm/ and the storm-pars testfiles into tests/storm-pars
8 years ago
TimQu
88fc7fda0c
fixed tests that used the prism model builder (reverted from commit f762491ce4
)
8 years ago
TimQu
f762491ce4
fixed tests that used the prism model builder
8 years ago
Tom Janson
a22ec04f10
fix old KSP test include
actually still works fine
8 years ago
dehnert
cb8b537baa
made storm compile again with expressions in time-bounds of until formula
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
dehnert
b258f1e52d
some more warnings gone
9 years ago
dehnert
5b09b91ae1
fixed more warnings
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
tomjanson
b89d3f289a
group targets & minimal paths
Note that this is a major, API-breaking change.
Also bunched into this commit:
- rename namespace `shortestPaths` to `ksp`
- omit unneeded namespace qualifiers
- move tests from `GraphTest` to `KSPTest` and wrote more
- path representation explanation in .md file
Former-commit-id: f395c3df40
[formerly 7fa07d1c8f
]
Former-commit-id: f50dd3ce7c
10 years ago
tomjanson
d8f2eec9af
actual test for single-target non-disjoint KSP
Former-commit-id: abb27b9078
[formerly 8492e75c07
]
Former-commit-id: c60c829826
10 years ago
tomjanson
140597fb90
interactive debug in test
Former-commit-id: 161afac16e
[formerly 17962bf200
]
Former-commit-id: 53dc4819cf
10 years ago
tomjanson
df195d85f6
REA fully implemented; needs testing
Former-commit-id: 9795a24835
[formerly fc732962dd
]
Former-commit-id: 0ae2abacd1
10 years ago
tomjanson
38d22093a3
documentation / cleanup
Former-commit-id: e7798a5669
[formerly 43dd865fbc
]
Former-commit-id: 6fb69a017c
10 years ago
tomjanson
010f0ca988
shortest paths generator skeleton
Former-commit-id: c37fdbbec8
[formerly 23dba537c7
]
Former-commit-id: 6eb54e64ad
10 years ago
sjunges
2aec312fbd
testcase-stub for kshortest added
Former-commit-id: 215c5b7378
[formerly 5598231acb
]
Former-commit-id: 6d51229aa1
10 years ago
dehnert
82a7c06503
renamed abstraction classes for Sebastian
9 years ago
Matthias Volk
cd971ba6fe
Set correct example path for tests
9 years ago
Matthias Volk
072b316ad0
Changed path for tests,
9 years ago
sjunges
f196afcb66
moved tests to src folder, have several binaries now instead of a single monolithic test
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
dehnert
d22d1daaa6
adapted more tests
Former-commit-id: 4d75a4fe50
[formerly ad1ad61873
]
Former-commit-id: d359f2c9c1
9 years ago
dehnert
bc1eff959f
graph algorithms for games now also compute player 2 prob0/1 states and the generated strategies are adapted accordingly
Former-commit-id: da52581328
9 years ago
dehnert
7d50a6b839
graph algorithms for games can now produce player strategies even if they can pick any choice (if requested)
Former-commit-id: 98119f274d
9 years ago
dehnert
5bf666be4c
fix in existsAbstractRepresentative
Former-commit-id: c884deaf11
9 years ago
dehnert
9878c1bdc3
fixed some tests that were failing because of (now) proper bottom state computation
Former-commit-id: ecc8dfb065
9 years ago
dehnert
3e9f9552b1
fixed tests: using shared_ptr instead of unique_ptr for SMT solver factory in abstraction
Former-commit-id: 6159a20565
9 years ago
PBerger
81311690ab
Fixed errors because of changed API.
Former-commit-id: 7f771dc576
9 years ago
dehnert
53f83c9214
moved menu-game abstraction to separate folder and made everything compile again
Former-commit-id: a833ca1152
9 years ago
dehnert
4cc780cbc0
tests compiling and running again
Former-commit-id: f84c73d0ae
9 years ago
dehnert
d35c99e844
renamed central model builder function
Former-commit-id: 92cfaeae19
9 years ago
dehnert
6655ee41d8
started to restructure explicit model builder to make it fit for JANI models
Former-commit-id: 69603dd97b
9 years ago
dehnert
fad28df7d6
first working version of next-state generator for PRISM models
Former-commit-id: 548a725e25
9 years ago
sjunges
1e1400d68d
merge
Former-commit-id: eb9efc4bb2
10 years ago
dehnert
d0e15d1a4f
more work (and stuff, you know?)
Former-commit-id: ec9f6746b8
10 years ago
dehnert
7f75db2790
ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working.
Former-commit-id: b11b2f7476
10 years ago
dehnert
50e7bbfe35
fixed a tests, all tests running again
Former-commit-id: b271ae5e84
10 years ago
dehnert
ebe9ccbb15
some work on DD stuff
Former-commit-id: 50ca51d264
10 years ago
dehnert
8657fb0181
introduced relational product operations to prob0/1 algorithms (where possible)
Former-commit-id: 7fcd642030
10 years ago
dehnert
19029cd905
functional tests compile and run again, yay!
Former-commit-id: 60d3ce16b9
10 years ago
dehnert
4e86ef2e47
moved CUDD-based DD implementation to own folder
Former-commit-id: a828f92518
10 years ago
dehnert
de58c73c5a
forgot to commit some files
Former-commit-id: 74aaea662a
10 years ago
dehnert
beee4a9e82
fixed a bug in the tests that caused a segfault
Former-commit-id: b0c4b1c764
10 years ago
dehnert
781610b05d
extended tests for validity of returned strategies
Former-commit-id: fb6a1c23f0
10 years ago
dehnert
c624b19427
added no-cuts option. prob1 tests for game now passing.
Former-commit-id: 3806747948
10 years ago
dehnert
e8b7928831
fixed minor bug
Former-commit-id: 6d208b877a
10 years ago
dehnert
1c42ed792b
fixed some bugs, added some test, added some prob1 algorithm, and did some stuff, you know?
Former-commit-id: 00fa21d1fe
10 years ago