Tom Janson
7d06eee4ea
adjusted KSP test model path
10 years ago
Tom Janson
79f3e13906
change KSP test reference values to whatever they currently are
(and hoping for the best)
10 years ago
Tom Janson
3915a491cf
factor out test state
10 years ago
Tom Janson
71a54a842c
comment / clarification
10 years ago
tomjanson
fe6804e164
KSP: matrix format conversion & lots of type stuff
# Conflicts:
# src/python/storm-tom.cpp
# src/utility/shortestPaths.cpp
# src/utility/shortestPaths.h
# test/functional/utility/KSPTest.cpp
# test/functional/utility/PdtmcInstantiationTest.cpp
10 years ago
tomjanson
44b3a9108e
switching from vector<state_t> to BV as authoritative input
# Conflicts:
# src/utility/shortestPaths.h
10 years ago
tomjanson
55599b51e7
aliased BitVector, used state_t more (cosmetic)
10 years ago
tomjanson
80382da033
adapt KSP test cases to new API; still fail
Former-commit-id: 984f4f9b69 [formerly 5de4e31bc8 ]
Former-commit-id: c41eea12e8
10 years ago
tomjanson
5d28c4cb57
naive performance test on crowds5-4 (cf Comics)
Former-commit-id: c1616d07fd [formerly e2068f5e84 ]
Former-commit-id: 158cf0a245
11 years ago
tomjanson
fbee00e448
KSP output as BitVector or list
Former-commit-id: f8a74864f7 [formerly 3b61d8d476 ]
Former-commit-id: 4fe402ae83
11 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
11 years ago
sjunges
f196afcb66
moved tests to src folder, have several binaries now instead of a single monolithic test
10 years ago
Sebastian Junges
d246517757
removed src prefix in all includes
10 years ago
Sebastian Junges
e1d201c85e
c++ code compiles again after rename
10 years ago
dehnert
0f1c1f28ab
fixed bug related to input-enabling automata, tests now passing
Former-commit-id: 98512a79f3 [formerly 176a5b5c34 ]
Former-commit-id: 33fac8df7a
10 years ago
dehnert
d22d1daaa6
adapted more tests
Former-commit-id: 4d75a4fe50 [formerly ad1ad61873 ]
Former-commit-id: d359f2c9c1
10 years ago
dehnert
c2cab571f5
made tests work again
Former-commit-id: bd3e831b0d [formerly cef4348674 ]
Former-commit-id: 8fd0b70c1e
10 years ago
dehnert
a699272dc6
renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests
Former-commit-id: 62c70330c2
10 years ago
dehnert
4cc780cbc0
tests compiling and running again
Former-commit-id: f84c73d0ae
10 years ago
dehnert
d35c99e844
renamed central model builder function
Former-commit-id: 92cfaeae19
10 years ago
dehnert
6655ee41d8
started to restructure explicit model builder to make it fit for JANI models
Former-commit-id: 69603dd97b
10 years ago
Mavo
a0d659f2da
always use shared_ptr<Formula const>
Former-commit-id: 63a447e887
10 years ago
TimQu
d2d1ebdb1a
test didn't compile due to recent changes in carl::rationalize
Former-commit-id: 81af3a0f52
10 years ago
Mavo
67d77608bd
Refactoring of settings
Former-commit-id: ea4350fc1c
10 years ago
dehnert
adb42b3ac0
fixed minor things related to merge
Former-commit-id: f428c2808b
10 years ago
Mavo
652aeb7562
Fixed compile error with CarlRationalNumber instead of RationalNumber
Former-commit-id: 0fbb4ad1c1
10 years ago
TimQu
6e8602413e
ModelInstantiator + test
Former-commit-id: f3c9980067
10 years ago
dehnert
fad28df7d6
first working version of next-state generator for PRISM models
Former-commit-id: 548a725e25
10 years ago
TimQu
da0dafe5be
ModelInstantiator!!!!11
Also: some refactoring
Former-commit-id: 663cd8e241
10 years ago
dehnert
5a1039838f
made everything compile again and all tests passing
Former-commit-id: 65c66fb58f
10 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
11 years ago
dehnert
50e7bbfe35
fixed a tests, all tests running again
Former-commit-id: b271ae5e84
11 years ago
dehnert
ebe9ccbb15
some work on DD stuff
Former-commit-id: 50ca51d264
11 years ago
dehnert
8657fb0181
introduced relational product operations to prob0/1 algorithms (where possible)
Former-commit-id: 7fcd642030
11 years ago
dehnert
19029cd905
functional tests compile and run again, yay!
Former-commit-id: 60d3ce16b9
11 years ago
dehnert
4e86ef2e47
moved CUDD-based DD implementation to own folder
Former-commit-id: a828f92518
11 years ago
dehnert
de58c73c5a
forgot to commit some files
Former-commit-id: 74aaea662a
11 years ago
sjunges
f006d54995
vector min_if, max_if
Former-commit-id: afff48d2e5
11 years ago
sjunges
707a4f500b
vector sum_if
Former-commit-id: 67b2ef9ff6
11 years ago
dehnert
b3178e17f6
more bug fixes
Former-commit-id: 0b33b30efa
11 years ago
sjunges
3c2040f4b7
Removed many superfluous includes, added some source files -- towards faster compilation
Former-commit-id: a575a97d40
11 years ago
dehnert
e338cbe069
fixed a lot of warnings in the tests
Former-commit-id: b6752202ac
11 years ago
dehnert
60701cebdb
ADDs and BDDs are no longer mixed in the abstraction layer.
Former-commit-id: 3c31063ea6
11 years ago
dehnert
00e7121bc4
some work towards BDD-based mc.
Former-commit-id: cae0c4421e
11 years ago
dehnert
0c2080f220
Added tests for sparse Prob0/1 to functional tests
Former-commit-id: ef8f9ffb59
11 years ago
dehnert
81100c7afd
debugged and added more tests for prob0/1 for MDPs using BDDs
Former-commit-id: f47fb3631a
11 years ago
dehnert
c70d93f4d3
Qualitative modelchecking algorithms for MDPs using BDDs. Not yet bugfixed.
Former-commit-id: 3215a38c44
11 years ago
dehnert
1a1906f811
Added functional tests for DD-based and sparse computation of states with prob 0 and 1.
Former-commit-id: a62c67c657
11 years ago