dehnert
ee90c51b2a
cleaned up constants.cpp to finalize separation of rational functions and rational numbers
9 years ago
TimQu
8212cadf00
adapted changed filename in test
9 years ago
Tom Janson
a22ec04f10
fix old KSP test include
actually still works fine
9 years ago
dehnert
16a06d9f03
formula parser now directly emits properties with names; name filtering of properties from cli
9 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
Tom Janson
87e8af9852
moved ksp stuff to right location
fix include
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