Tom Janson
6ec05a942d
rm accidentally reintroduced files (don't worry they are small)
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
sjunges
df690536c6
Remove old files
Former-commit-id: 8b56862e89 [formerly 0400fc8546 ]
Former-commit-id: ca12a5d35d
10 years ago
dehnert
df9ff5dfdb
removed debug output in test and delete dylib if building fails
Former-commit-id: 0f6a0a8c2c [formerly 2a2ca2ac40 ]
Former-commit-id: 8e841483d1
10 years ago
TimQu
0ee4c9badb
removed some tests as they took way too long
Former-commit-id: 907d9ce3d1 [formerly 6725ba41ad ]
Former-commit-id: 284e0ab1fc
10 years ago
TimQu
48b82e7b14
refactored auxData in linear equation solvers
Former-commit-id: 9e0deb255c
10 years ago
TimQu
f09e97d1e7
fixed tests, removed old files
Former-commit-id: 90381faa73
10 years ago
dehnert
070e115b60
tests for JIT based model builder
Former-commit-id: 3155cb2bab [formerly 151d6606fd ]
Former-commit-id: dcdeddf54a
10 years ago
TimQu
82a3be3d74
.. missing files
Former-commit-id: f05bc337a5
10 years ago
TimQu
ea2315e903
restructured code for pcaa implementation
Former-commit-id: cfadf06611
10 years ago
dehnert
812e1c4235
adapted test to new check policy and made jani variable and expression variable have the same name in PRISM-to-JANI conversion
Former-commit-id: 137bdc8d9b [formerly f0aab7368d ]
Former-commit-id: f1ee093be3
10 years ago
TimQu
71e181bd93
some quick and dirty optimizations (that need to be reviewed)
Former-commit-id: 86fbc66c90
10 years ago
dehnert
2471036df4
more work on jit-thing: transitioning to proper handling of synchronizing edges
Former-commit-id: 3af1772192 [formerly 890c529dd1 ]
Former-commit-id: 818295a085
10 years ago
dehnert
299b2d7a56
some start on JIT-based model builder
Former-commit-id: b0bffd4908 [formerly 95829c4970 ]
Former-commit-id: 8e98da5dd4
10 years ago
sjunges
7ef857137e
tests updated to respect headers now missing in parsers
Former-commit-id: fb6703d9b5 [formerly 5f89b42a60 ]
Former-commit-id: 1751efe563
10 years ago
dehnert
1b42af776c
missing test-input file
Former-commit-id: 7562813973 [formerly e18ad2f0df ]
Former-commit-id: 367bbd2756
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
d3cf9a4e7f
adding Markov automaton tests to explicit JANI model builder
Former-commit-id: 634fe9c08e [formerly 73bbe89f78 ]
Former-commit-id: bb9339a947
10 years ago
dehnert
3504d09500
added quite some debug output to see where things are going wrong
Former-commit-id: 4f61d66074 [formerly e11d6fb2b0 ]
Former-commit-id: d72214ef96
10 years ago
dehnert
36e07006f9
added test for legality check of synch vectors
Former-commit-id: 6bef2f5a98 [formerly df607c9c1a ]
Former-commit-id: 78cc502eb2
10 years ago
dehnert
d22d1daaa6
adapted more tests
Former-commit-id: 4d75a4fe50 [formerly ad1ad61873 ]
Former-commit-id: d359f2c9c1
10 years ago
dehnert
ba35120683
fixing problems as a consequence of moving from PRISM programs to SymbolicModelDescription
Former-commit-id: 01c8004a32 [formerly 824ae03428 ]
Former-commit-id: 028527340f
10 years ago
dehnert
62ca16b20a
alpha-draft of synchronization vectors in JANI
Former-commit-id: 31eec25d2e [formerly ecd02f99e6 ]
Former-commit-id: 43c14e1dac
10 years ago
dehnert
c2cab571f5
made tests work again
Former-commit-id: bd3e831b0d [formerly cef4348674 ]
Former-commit-id: 8fd0b70c1e
10 years ago
TimQu
ee8d345667
csl MA model checker does not allow rational numbers
Former-commit-id: 86992a9fba
10 years ago
sjunges
ba81925c1d
renamed smt2smtsolver to smtlibsmtsolver and cleaned make files
Former-commit-id: 78c74dc9a5
10 years ago
sjunges
19bf801456
Fixed MDP tests
Former-commit-id: 058bcbc4c6
10 years ago
sjunges
d97b0b2897
cleaned tests
Former-commit-id: 8d376e3c75
10 years ago
sjunges
b6465020a2
towards working tests in pla
Former-commit-id: 3542f8a1d0
10 years ago
sjunges
ba1f6bf3d5
jani property stub
Former-commit-id: 37f8f63d43 [formerly 54bc32bfd0 ]
Former-commit-id: e934d063fd
10 years ago
sjunges
2637d51afc
set formula
Former-commit-id: e5d9a4ca30
10 years ago
sjunges
9632ca9f6f
fixed tests
Former-commit-id: c14b7234e2
10 years ago
sjunges
0ef2b55c75
made some region settings attribute to the model checker instead of global
Former-commit-id: e53ca96760
10 years ago
sjunges
548ba8bbeb
somehow managed my way through the policy guessing, several minor extensions to solvers
Former-commit-id: c4bb6453e7
10 years ago
sjunges
4999cfa8a0
By performance tests, you served us well but we do not love you any longer
Former-commit-id: 048c3447cb
10 years ago
sjunges
d8d8f70f0c
functional tests now work with the refactored code base
Former-commit-id: 2d7d7e111a
10 years ago
TimQu
0760e2a7f9
tiny MA example, small fix and test cases for MAs
Former-commit-id: 9fe2b7cc76
10 years ago
Mavo
5b8cf447c7
Small changes in tests to compile without Carl
Former-commit-id: 6ec191ce0a
10 years ago