TimQu
|
aa158f5144
|
ContinuousToDiscreteTimeModelTransformer can now transform the model out-of-place as well
|
8 years ago |
TimQu
|
790ae46e4f
|
Fixed explicit dft model builder.
|
8 years ago |
TimQu
|
576f92568e
|
StateValuations and ChoiceOrigins are now members of a sparse::Model.
A model can now be constructed by providing a modelComponents struct.
|
8 years ago |
dehnert
|
f0f4cd7390
|
first version of sparse quotient extraction for dd bisimulation
|
8 years ago |
TimQu
|
4413afb542
|
used new helper functions at some points in the code
|
8 years ago |
TimQu
|
8a7609fb83
|
fixed Rmin computation with exact sparse engine when very high rewards occur
|
8 years ago |
TimQu
|
fc97c1fc9d
|
introduced memory structure
|
8 years ago |
dehnert
|
ee90c51b2a
|
cleaned up constants.cpp to finalize separation of rational functions and rational numbers
|
8 years ago |
TimQu
|
14e44e0165
|
removed old region model checker classes, implemented entry point for pla, solved different compilation issues
|
8 years ago |
TimQu
|
536b1669c3
|
fixes for dtmc parameter lifting
|
8 years ago |
TimQu
|
ac6694f103
|
Improved sparse mdp model checking: Now allows hints for expected rewards
|
8 years ago |
TimQu
|
f16f18bbf6
|
fix in Matrix-vector multiplication
|
8 years ago |
dehnert
|
a7e9c5819f
|
removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking
|
8 years ago |
dehnert
|
5b09b91ae1
|
fixed more warnings
|
8 years ago |
Sebastian Junges
|
d246517757
|
removed src prefix in all includes
|
9 years ago |
Sebastian Junges
|
e1d201c85e
|
c++ code compiles again after rename
|
9 years ago |
Sebastian Junges
|
3a7ee7867b
|
rename files (does not compile)
|
9 years ago |
TimQu
|
4d53dc4930
|
Fix in SparseMatrix::swapRows
Former-commit-id: 40e2d890d4 [formerly f46095e877 ]
Former-commit-id: 61fcf545cb
|
9 years ago |
TimQu
|
3d7442b5c1
|
Fix in SparseMatrix::swapRows
Former-commit-id: 754c5f3abf
|
9 years ago |
TimQu
|
71e181bd93
|
some quick and dirty optimizations (that need to be reviewed)
Former-commit-id: 86fbc66c90
|
9 years ago |
Mavo
|
bf491117c7
|
Sort row only if replacement took place
Former-commit-id: 84f584d6c4
|
9 years ago |
dehnert
|
bba69684c9
|
reworked explicit Markov automaton generation a bit
Former-commit-id: 1ca8c9e828 [formerly 05ef68fdeb ]
Former-commit-id: c0f5830754
|
9 years ago |
Mavo
|
566cef0f91
|
Started on compiling without Carl
Former-commit-id: 5e0895d7c5
|
9 years ago |
Mavo
|
560b42a94a
|
Some interval functions not implemented
Former-commit-id: c88dca9d96
|
9 years ago |
TimQu
|
7bab48b59b
|
bounded reachability for MAs
Former-commit-id: 982277d9ab
|
9 years ago |
TimQu
|
f681206393
|
building markov automata from prism code
Former-commit-id: 791c49c7cf
|
9 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
|
9 years ago |
Mavo
|
17ba53dafa
|
Division by Interval not supported
Former-commit-id: 86b2f555c9
|
9 years ago |
dehnert
|
2096c54b84
|
more explicit instantiations for rational function and some more tests for eigen solver
Former-commit-id: b97e838b22
|
9 years ago |
Mavo
|
e49582c7cf
|
Replaced assert with STORM_LOG_ASSERT
Former-commit-id: 692ae47b1b
|
9 years ago |
sjunges
|
c8d9ec5535
|
update sparse matrix with duplicate row detection within rowgroups
Former-commit-id: 282803c02f
|
9 years ago |
dehnert
|
b06419afe0
|
working towards EC detection
Former-commit-id: 78bbe54f81
|
9 years ago |
dehnert
|
fd615289e0
|
outline of learning algorithm
Former-commit-id: d770d1b7dc
|
9 years ago |
Mavo
|
ebbc4ce7b4
|
Fixed compile issues introduced in merge
Former-commit-id: 059b7c84b3
|
9 years ago |
dehnert
|
f54c2fb8e7
|
tests passing again
Former-commit-id: 8e3311f4c7
|
9 years ago |
dehnert
|
a40d12f915
|
made getRowGroup more consistent and fixed some introduced bugs
Former-commit-id: 99b6c0e3a5
|
9 years ago |
dehnert
|
0b98412bb4
|
further work on making row-grouping optional
Former-commit-id: bae568660f
|
9 years ago |
dehnert
|
f81ce1cac1
|
started making row grouping optional
Former-commit-id: b90ae91e75
|
9 years ago |
dehnert
|
ffe63ea95d
|
made dfs as exploration order available
Former-commit-id: 46ea31af78
|
9 years ago |
dehnert
|
55fd1b66c3
|
introducing exploration orders to explicit builder
Former-commit-id: a56620eac2
|
9 years ago |
sjunges
|
e0980de0ba
|
first version of storm without log4cplus as a dependency
Former-commit-id: 5aa64fabd7
|
9 years ago |
Mavo
|
d340ea7425
|
Helper function for replacing columns in SpareMatrix
Former-commit-id: aa37022b7c
|
9 years ago |
sjunges
|
aa72d8a158
|
added missing instantiation of sparse matrix with carl ratnumber
Former-commit-id: c080e9b4a5
|
9 years ago |
Mavo
|
acab78ba0e
|
Added row groups to flexible matrix
Former-commit-id: 85c7dc944b
|
9 years ago |
Mavo
|
49dc27077c
|
Added row grouping members (but not the needed logic)
Former-commit-id: c4f7319e85
|
9 years ago |
TimQu
|
2b320523b5
|
fixed displaying of non const states and transitions
Former-commit-id: 6f621d6980
|
9 years ago |
TimQu
|
d6f65465d2
|
Number of non-const states and transitions
Former-commit-id: 67e7dced61
|
9 years ago |
sjunges
|
93be84a4a8
|
fix in get parameters from model
Former-commit-id: c4c11b2b29
|
9 years ago |
dehnert
|
33757633c8
|
first version of conditional probabilities for (non-parametric) DTMCs a la Baier
Former-commit-id: b57dfab024
|
9 years ago |
TimQu
|
c0b5190022
|
Extended interface of linEqSolvers a little,
eq solver is now called repeatedly with increased precision, until the result is good enough..
Former-commit-id: b076950dc8
|
9 years ago |