TimQu
0ee4c9badb
removed some tests as they took way too long
Former-commit-id: 907d9ce3d1 [formerly 6725ba41ad ]
Former-commit-id: 284e0ab1fc
9 years ago
TimQu
48b82e7b14
refactored auxData in linear equation solvers
Former-commit-id: 9e0deb255c
9 years ago
TimQu
f09e97d1e7
fixed tests, removed old files
Former-commit-id: 90381faa73
9 years ago
TimQu
82a3be3d74
.. missing files
Former-commit-id: f05bc337a5
9 years ago
TimQu
ea2315e903
restructured code for pcaa implementation
Former-commit-id: cfadf06611
9 years ago
TimQu
71e181bd93
some quick and dirty optimizations (that need to be reviewed)
Former-commit-id: 86fbc66c90
9 years ago
sjunges
7ef857137e
tests updated to respect headers now missing in parsers
Former-commit-id: fb6703d9b5 [formerly 5f89b42a60 ]
Former-commit-id: 1751efe563
9 years ago
dehnert
1b42af776c
missing test-input file
Former-commit-id: 7562813973 [formerly e18ad2f0df ]
Former-commit-id: 367bbd2756
9 years ago
dehnert
0f1c1f28ab
fixed bug related to input-enabling automata, tests now passing
Former-commit-id: 98512a79f3 [formerly 176a5b5c34 ]
Former-commit-id: 33fac8df7a
9 years ago
dehnert
d3cf9a4e7f
adding Markov automaton tests to explicit JANI model builder
Former-commit-id: 634fe9c08e [formerly 73bbe89f78 ]
Former-commit-id: bb9339a947
9 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
9 years ago
dehnert
36e07006f9
added test for legality check of synch vectors
Former-commit-id: 6bef2f5a98 [formerly df607c9c1a ]
Former-commit-id: 78cc502eb2
9 years ago
dehnert
d22d1daaa6
adapted more tests
Former-commit-id: 4d75a4fe50 [formerly ad1ad61873 ]
Former-commit-id: d359f2c9c1
9 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
9 years ago
dehnert
62ca16b20a
alpha-draft of synchronization vectors in JANI
Former-commit-id: 31eec25d2e [formerly ecd02f99e6 ]
Former-commit-id: 43c14e1dac
9 years ago
dehnert
c2cab571f5
made tests work again
Former-commit-id: bd3e831b0d [formerly cef4348674 ]
Former-commit-id: 8fd0b70c1e
9 years ago
TimQu
ee8d345667
csl MA model checker does not allow rational numbers
Former-commit-id: 86992a9fba
9 years ago
sjunges
ba81925c1d
renamed smt2smtsolver to smtlibsmtsolver and cleaned make files
Former-commit-id: 78c74dc9a5
9 years ago
sjunges
19bf801456
Fixed MDP tests
Former-commit-id: 058bcbc4c6
9 years ago
sjunges
d97b0b2897
cleaned tests
Former-commit-id: 8d376e3c75
9 years ago
sjunges
b6465020a2
towards working tests in pla
Former-commit-id: 3542f8a1d0
9 years ago
sjunges
ba1f6bf3d5
jani property stub
Former-commit-id: 37f8f63d43 [formerly 54bc32bfd0 ]
Former-commit-id: e934d063fd
9 years ago
sjunges
2637d51afc
set formula
Former-commit-id: e5d9a4ca30
9 years ago
sjunges
9632ca9f6f
fixed tests
Former-commit-id: c14b7234e2
9 years ago
sjunges
0ef2b55c75
made some region settings attribute to the model checker instead of global
Former-commit-id: e53ca96760
9 years ago
sjunges
548ba8bbeb
somehow managed my way through the policy guessing, several minor extensions to solvers
Former-commit-id: c4bb6453e7
9 years ago
sjunges
4999cfa8a0
By performance tests, you served us well but we do not love you any longer
Former-commit-id: 048c3447cb
9 years ago
sjunges
d8d8f70f0c
functional tests now work with the refactored code base
Former-commit-id: 2d7d7e111a
9 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
TimQu
b267394a2c
fixed the case where an objective is satisfied at the initial state.
correctly added support for lower time bounds
Former-commit-id: 4d13d5de1b
10 years ago
TimQu
252c2308fe
Renamed NeutralEcRemover -> EndComponentEliminator
Former-commit-id: 3a5546d1c4
10 years ago
sjunges
88af02e723
towards new jani version
Former-commit-id: 0c5e6825ca [formerly b98985e8eb ]
Former-commit-id: 9f5ef53aec
10 years ago
TimQu
d2c1c2d6f7
updated fragment checking for multi objective formulas
Former-commit-id: 8538e97e00
10 years ago
TimQu
f681206393
building markov automata from prism code
Former-commit-id: 791c49c7cf
10 years ago
PBerger
0f84cdcadb
Fixed performance tests.
WARNING: I had to remove the SolverSelection in the call due to the new API - the performance tests might now all use the same Solver.
Former-commit-id: 7d5ed3191d
10 years ago
dehnert
83c4b1647c
solvers now can allocated auxiliary memory
Former-commit-id: 76dc1a1679
10 years ago
TimQu
4496b53002
merge fixes
Former-commit-id: ff5de6fc69
10 years ago
dehnert
95b95d9c64
fixed some minor issues and renamed equation solver methods slightly to make the names a bit more compact
Former-commit-id: de103e19ad
10 years ago
dehnert
9ab33528b4
started to fill value iteration implementation in new general min-max solver
Former-commit-id: e54cb8a0f9
10 years ago
dehnert
b4e0cabef6
started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers
Former-commit-id: c1895472c7
10 years ago
dehnert
8153306ced
fixed wrong call to Eigen's iterative solvers
Former-commit-id: 0e2e836729
10 years ago
dehnert
2a7dc0fad0
renamed MarkovChainSettings
Former-commit-id: 39024731f8
10 years ago
dehnert
07c787b49d
added unsupported solvers of eigen
Former-commit-id: e11b335c2d
10 years ago
dehnert
69da4ff147
fixed some more problems with Eigen solver
Former-commit-id: c6ed18c4ab
10 years ago
dehnert
00d331ebb4
moved linear equation solver factories to the respective solver files (and away from utility). restructured settings in factories and the way they are forwarded to the linear equation solvers. fixed all resulting errors
Former-commit-id: 27e1ae2466
10 years ago
PBerger
b99a063cce
Replaced calls to std::abs with calls to std::fabs and included cmath.
Former-commit-id: 40fb587e2f
10 years ago
dehnert
3ba5902821
removed debug output and fixed small bug in adaptation of Eigen
Former-commit-id: 5e1a70d933
10 years ago
TimQu
ad31b2d769
Extended test a little
Former-commit-id: 5e983ae6fb
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