Sebastian Junges
e4de643b0f
disabled two tests which indicate problems which are about to be fixed in a different way
8 years ago
Sebastian Junges
941afa46bc
removed windows specific code
8 years ago
dehnert
61157cc1c5
add warning when computing minimal rewards on MDPs that reward values may be too low
8 years ago
Sebastian Junges
3b4b5e3a38
disable tests which depend on mathsat if mathsat is not available, gives a warning in verbose output
8 years ago
Sebastian Junges
3795519fea
removed old unit tests for jani parser, to be replaced by regression tests
8 years ago
TimQu
c1063f27cc
added a few more tests for multi-objective MAs. Also fixed/improved minor stuff.
8 years ago
dehnert
56d1928b9b
resolved some issues (ambiguity for call to carl::rationalize and several warnings because of signed/unsigned comparison)
8 years ago
Sebastian Junges
1d8c5f26a4
make tests builds all tests without running them. Make check now again works with the new location for executables
8 years ago
TimQu
fb54edfb11
adapted pcaa tests to recent interface changes
8 years ago
TimQu
83a77e77ba
fixed use of gmp numbers
8 years ago
TimQu
ae3ef2f14a
added testfiles for multiobjective mc tests
8 years ago
dehnert
a976352b8c
some fixes to make tests pass
8 years ago
dehnert
b258f1e52d
some more warnings gone
8 years ago
dehnert
5b09b91ae1
fixed more warnings
8 years ago
dehnert
bc5dd814aa
fixed some tests
8 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.
8 years ago
Tom Janson
87e8af9852
moved ksp stuff to right location
fix include
8 years ago
dehnert
9bb65389c4
some adjustments to pgcl treatment caused by changes in JANI data structures
8 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
9 years ago
tomjanson
d8f2eec9af
actual test for single-target non-disjoint KSP
Former-commit-id: abb27b9078
[formerly 8492e75c07
]
Former-commit-id: c60c829826
9 years ago
tomjanson
140597fb90
interactive debug in test
Former-commit-id: 161afac16e
[formerly 17962bf200
]
Former-commit-id: 53dc4819cf
9 years ago
tomjanson
df195d85f6
REA fully implemented; needs testing
Former-commit-id: 9795a24835
[formerly fc732962dd
]
Former-commit-id: 0ae2abacd1
9 years ago
tomjanson
38d22093a3
documentation / cleanup
Former-commit-id: e7798a5669
[formerly 43dd865fbc
]
Former-commit-id: 6fb69a017c
9 years ago
tomjanson
010f0ca988
shortest paths generator skeleton
Former-commit-id: c37fdbbec8
[formerly 23dba537c7
]
Former-commit-id: 6eb54e64ad
9 years ago
sjunges
2aec312fbd
testcase-stub for kshortest added
Former-commit-id: 215c5b7378
[formerly 5598231acb
]
Former-commit-id: 6d51229aa1
9 years ago
dehnert
8db3819553
Jani model tests (flattening) now passing
8 years ago
dehnert
2c17bdded7
fixes for JANI flattening tests
8 years ago
dehnert
df7da86bd7
flattening JANI models appears to be working, started adding tests
8 years ago
dehnert
ae93211aeb
template edges in JANI models
8 years ago
sjunges
04d4abbdf9
added targets allowing 'make check' and 'make check-verbose' for convenient access to running tests
8 years ago
Philipp Berger
da69e8d9b7
Cherry-picked changes.
8 years ago
dehnert
82a7c06503
renamed abstraction classes for Sebastian
8 years ago
dehnert
e98edf2ab4
fixed abstraction tests
8 years ago
dehnert
633f4293e3
added option of splitting to predicate synthesis, added equivalence checker, fixed bug that caused some commands not to be abstracted
8 years ago
dehnert
6fe633b2c7
fixed more tests, abstraction tests now passing
8 years ago
dehnert
6c67e90a48
fixed more tests
8 years ago
dehnert
2a88016469
some fixes to tests
8 years ago
dehnert
3b61bc7cf3
adapted test to new config macros
8 years ago
Matthias Volk
cd971ba6fe
Set correct example path for tests
8 years ago
dehnert
77ed6a12b0
Moved example file to test folder.
8 years ago
dehnert
bf5018b858
post-merge fixes
8 years ago
Matthias Volk
072b316ad0
Changed path for tests,
8 years ago
Sebastian Junges
e1680afe60
added missing file to tests
8 years ago
Sebastian Junges
8d125345b3
add custom executor for all gtests
8 years ago
Sebastian Junges
6852af8158
source groups fixed
8 years ago
sjunges
f196afcb66
moved tests to src folder, have several binaries now instead of a single monolithic test
8 years ago