Tim Quatmann
|
a99f0905e2
|
dd/bisimulation: Added argument to "getQuotient" which allows to set the quotient type (dd / sparse)
|
7 years ago |
Matthias Volk
|
cec2fd420a
|
Fixed compiler warning
|
7 years ago |
Sebastian Junges
|
c845c10ee6
|
added a test for new pomdp stuff
|
7 years ago |
Matthias Volk
|
c8158018b8
|
Use state elimination to eliminate chains of non-Markovian states in MA
|
7 years ago |
Matthias Volk
|
544dd60206
|
Removal of labels
|
7 years ago |
Sebastian Junges
|
7bebb18250
|
bitvector concat and expand
|
7 years ago |
Sebastian Junges
|
8a7e40558d
|
permute for matrices
|
7 years ago |
Sebastian Junges
|
0dd15b4e2f
|
permute for bitvectors
|
7 years ago |
Sebastian Junges
|
a58ec3fd5f
|
permutations for vectors
|
7 years ago |
Tim Quatmann
|
3912d59a3b
|
Added kanban model for LRA test
|
7 years ago |
Tim Quatmann
|
62dc50035c
|
Removed a test case that is not relevant anymore.
|
7 years ago |
Tim Quatmann
|
ea04f6dcd2
|
Fixes for LRA computation.
|
7 years ago |
Tim Quatmann
|
f9f845bb79
|
Separated LRA tests from CTMC tests and added a testcase for LRA Rewards
|
7 years ago |
Tim Quatmann
|
6110a677f5
|
More environments checked in Lra Dtmc test.
|
7 years ago |
Tim Quatmann
|
068c1b3ea6
|
Removed obsolete settings
|
7 years ago |
Tim Quatmann
|
7017fc1ab0
|
Added LRA settings.
|
7 years ago |
Tim Quatmann
|
bf0ec34024
|
Skipping more tests in case of oldish z3 version.
|
7 years ago |
Tim Quatmann
|
d245f65649
|
Fixed Testcase for replacing of unassigned variables.
|
7 years ago |
Tim Quatmann
|
2b55302a4b
|
Testcase for replacing of unassigned variables.
|
7 years ago |
Tim Quatmann
|
f86864f9bc
|
Skipping tests that trigger bugs in some older versions of z3.
|
7 years ago |
Matthias Volk
|
61c1ec8537
|
Check for Zeno cycles in MA
|
7 years ago |
Matthias Volk
|
ab94b630c1
|
Removed .gitignore
|
7 years ago |
TimQu
|
c955d8203a
|
Tests: Silencing a warning.
|
7 years ago |
Tim Quatmann
|
1a21674ab0
|
Tests: Silencing some "EXPECT_THROW" test cases since error messages are expected here.
|
7 years ago |
Tim Quatmann
|
9328332789
|
Moving a newer test case to the correct location.
|
7 years ago |
Tim Quatmann
|
7000dc6ff0
|
Removing old prctl locations
|
7 years ago |
Tim Quatmann
|
b24d224691
|
tests: Enabled logging output while running test-cases.
|
7 years ago |
Tim Quatmann
|
553100b555
|
Replaced TYPED_TEST_CASE with TYPED_TEST_SUITE since the former is deprecated.
|
7 years ago |
Tim Quatmann
|
b320eb38d2
|
z3LpSolverTest: Skipping a test if not supported by installed z3 version.
|
7 years ago |
Darknety
|
68539592f2
|
Modelchecker-Prctl removed from original split
|
7 years ago |
Darknety
|
6e1238b10b
|
Modelchecker-Prctl tests split
|
7 years ago |
Tim Quatmann
|
a0e68a9d22
|
MultiObjectiveSchedRestModelCheckerTest: The test should not be executed if the installed z3 version is too old for optimization.
|
7 years ago |
TimQu
|
1807775c6c
|
Removed test of SparseModelNondeterministicTransitionBasedMemoryProduct which is no longer in use.
|
7 years ago |
Jan Karuc
|
b8b6dab6db
|
Modelchecker test split
|
7 years ago |
TimQu
|
bba5c65afb
|
The MultiObjectiveSchedRestModelCheckerTest now also works without Gurobi.
|
7 years ago |
Tim Quatmann
|
0bbbb2f6fb
|
glpk: fixes for incremental solving
|
7 years ago |
Matthias Volk
|
4ee31063a4
|
Removed double whitespaces in outputs
|
7 years ago |
Tim Quatmann
|
1323c099dd
|
Test for incremental LP solving.
|
7 years ago |
Tim Quatmann
|
fb22c3fe68
|
Tests: Illegal synchronized writes are now detected already during parsing.
The corresponding test case has thus been moved.
|
7 years ago |
Matthias Volk
|
6a77ce210a
|
Moved setting nofixdl to build settings
|
7 years ago |
Tim Quatmann
|
42b7865e7e
|
DirectEncodingParser: Added support for Action-based rewards.
|
7 years ago |
Tim Quatmann
|
c1b3a4f991
|
LraMdpPrctlModelCheckerTest: Test LRA computation for different environments. Added a testcase.
|
7 years ago |
Tim Quatmann
|
48dbaa6fbd
|
Fixed a test
|
7 years ago |
Tim Quatmann
|
900da9e556
|
Fixed EndComponentEliminatorTest
|
7 years ago |
Tim Quatmann
|
b1b429e8d2
|
EndComponentEliminatorTest: Made the test more stable with respect to different orders in the result.
|
7 years ago |
Tim Quatmann
|
925f72f754
|
More testcases for multi-objective model checking with scheduler restrictions (including fixes).
|
7 years ago |
Tim Quatmann
|
3e8f53f640
|
Added test cases for multi-objective scheduler restriction checker.
|
7 years ago |
radioGiorgio
|
ad34cbb951
|
testing
|
7 years ago |
TimQu
|
6d6dc7c6a7
|
EndComponentEliminatorTest: Fixed expected results since the order of end components changed.
|
7 years ago |
Tim Quatmann
|
bc623d1203
|
MinMaxLinearEquationSolver: Added a flag 'hasNoEndComponent' that is true if the system is known to have no end components. This decides if policy iteration does require a valid initial scheduler.
Renamed the 'hasNoEndComponents' solver requirement to 'hasUniqueSolution' as this is the actual thing we require for, e.g. sound value iteration.
|
7 years ago |