TimQu
|
467abd72e9
|
Made model checker tests also build the model via conversion to Jani and with the Jit Builder.
|
7 years ago |
Matthias Volk
|
369d106f99
|
DFT: load json from string
|
7 years ago |
TimQu
|
f0d11afdb8
|
fixed compilation of tests
|
7 years ago |
TimQu
|
5a16b2befa
|
minor fixes to let the total reward tests compile and pass
|
7 years ago |
TimQu
|
1f4c0325be
|
test cases for ctmcs and markov automata
|
7 years ago |
dehnert
|
cdfa328464
|
first attempt at adapting to Z3 interface change
|
7 years ago |
sjunges
|
53238f43f7
|
fixed some missing includes due to updated API
|
7 years ago |
sjunges
|
79bb6734ed
|
compile and link parsers in seperate binary
|
7 years ago |
sjunges
|
6dfce6a405
|
extended counterexamples towards expected rewards, and moved counterexamples to a seperate lib (still in main cli) to slightly accelarate building times
|
7 years ago |
TimQu
|
918dc349fb
|
Multi-objective tests now set the method via the environment
|
7 years ago |
dehnert
|
ca651ec61c
|
fixes github issue #24 related to MEC decomposition
|
7 years ago |
dehnert
|
bb6fb04f72
|
fixing volatile k-shortest path test that returns different (yet correct) results on different machines/compilers because of double imprecisions
|
7 years ago |
dehnert
|
c9496a255b
|
corrected tests (pointed out by jklein)
|
7 years ago |
Matthias Volk
|
ef1cbae83c
|
Tests for DRN parser
|
7 years ago |
Matthias Volk
|
6fa88b1c14
|
Disable unnecessary output for DFT model checking
|
7 years ago |
dehnert
|
edbe3b1952
|
more work on explicit game solving
|
7 years ago |
Matthias Volk
|
d9db3f84b6
|
Fixed dft tests
|
7 years ago |
TimQu
|
172c5f3657
|
Making things compile again...
|
7 years ago |
Matthias Volk
|
df1571d737
|
Added more DFT tests
|
7 years ago |
TimQu
|
3310f51857
|
allowed for more fine grained solver requirements
|
7 years ago |
Matthias Volk
|
ca8608db5c
|
Use different configurations in DFT tests
|
7 years ago |
Matthias Volk
|
752a1fff86
|
Use pars settings for pars tests
|
7 years ago |
Matthias Volk
|
2c9f6294a4
|
Started on DFT regression tests
|
7 years ago |
Matthias Volk
|
c8c0b73e7a
|
Removed duplicated test
|
7 years ago |
TimQu
|
12f8685080
|
Custom Termination Conditions for sound value iteration
|
7 years ago |
TimQu
|
be6d4f9854
|
renamed 'sound power' to 'sound value iteration'
|
7 years ago |
dehnert
|
34b6593ed8
|
overhauled output of dd-based bisimulation for benchmarking
|
7 years ago |
TimQu
|
51884895c8
|
Removed linear equation solver factories in model checkers
|
7 years ago |
TimQu
|
4690ac1faf
|
Adding MultiplierTest
|
7 years ago |
dehnert
|
27d6e48dad
|
workaround for quotient extraction using the original variables
|
7 years ago |
TimQu
|
a6c6118733
|
Renamed 'sound power' to interval iteration and 'quick sound power' to 'sound power'
|
7 years ago |
TimQu
|
ea25c8fd2e
|
renamed 'sound value iteration' to 'interval iteration' and 'quick sound value iteration' to 'sound value iteration'
|
7 years ago |
TimQu
|
2d910b79ed
|
Introduced new topological min max solver
|
8 years ago |
TimQu
|
4ab47671f5
|
Renamed TopologicalMinMaxLinearEquationSolver -> TopologicalCudaMinMaxLinearEquationSolver
|
8 years ago |
Sebastian Junges
|
e023f27714
|
test case for disabled simplification
|
8 years ago |
TimQu
|
9c96bd0a1c
|
First implementation of quick value iteration for MinMax Equation systems
|
8 years ago |
TimQu
|
ea6c957030
|
tests for multi-dimensional cost bounded DTMCs
|
8 years ago |
TimQu
|
eae92517e8
|
test for topological linear equation solver
|
8 years ago |
TimQu
|
b42aa5f473
|
initial implementation for quick and sound vi for DTMCs
|
8 years ago |
TimQu
|
85533018a1
|
added missing , ...
|
8 years ago |
TimQu
|
1bef8564d1
|
enabling a test that previously was disabled
|
8 years ago |
TimQu
|
37bca625e5
|
Some of the tests still did not compile with cln as rational number
|
8 years ago |
dehnert
|
0d78367b9a
|
Catching empty selection in getSubmatrix pointed out by Timo Gros
|
8 years ago |
TimQu
|
7287272457
|
added another missing include
|
8 years ago |
TimQu
|
f466301c55
|
Fixed compiling error raised by CD
|
8 years ago |
TimQu
|
269686ef03
|
added two missing includes and reenabled test
|
8 years ago |
TimQu
|
dedb48fac1
|
temporarily disabled test that is currently failing
|
8 years ago |
TimQu
|
66d1c828c6
|
added parametric model checking tests
|
8 years ago |
TimQu
|
c1b14fc250
|
increased precision to make a test pass
|
8 years ago |
TimQu
|
ecb4bdbb4d
|
Redid DTMC and CTMC model checker tests
|
8 years ago |