65 Commits (5729066add13d8be7d04db50e13f92e0932730a8)

Author SHA1 Message Date
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 9 years ago
dehnert 5b09b91ae1 fixed more warnings 9 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 9 years ago
TimQu 3d7442b5c1 Fix in SparseMatrix::swapRows 9 years ago
TimQu 71e181bd93 some quick and dirty optimizations (that need to be reviewed) 9 years ago
Mavo bf491117c7 Sort row only if replacement took place 9 years ago
dehnert bba69684c9 reworked explicit Markov automaton generation a bit 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
Mavo 560b42a94a Some interval functions not implemented 9 years ago
TimQu 7bab48b59b bounded reachability for MAs 9 years ago
TimQu f681206393 building markov automata from prism code 9 years ago
dehnert a699272dc6 renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests 9 years ago
Mavo 17ba53dafa Division by Interval not supported 9 years ago
dehnert 2096c54b84 more explicit instantiations for rational function and some more tests for eigen solver 9 years ago
Mavo e49582c7cf Replaced assert with STORM_LOG_ASSERT 9 years ago
sjunges c8d9ec5535 update sparse matrix with duplicate row detection within rowgroups 9 years ago
dehnert b06419afe0 working towards EC detection 9 years ago
dehnert fd615289e0 outline of learning algorithm 9 years ago
Mavo ebbc4ce7b4 Fixed compile issues introduced in merge 9 years ago
dehnert f54c2fb8e7 tests passing again 9 years ago
dehnert a40d12f915 made getRowGroup more consistent and fixed some introduced bugs 9 years ago
dehnert 0b98412bb4 further work on making row-grouping optional 9 years ago
dehnert f81ce1cac1 started making row grouping optional 9 years ago
dehnert ffe63ea95d made dfs as exploration order available 9 years ago
dehnert 55fd1b66c3 introducing exploration orders to explicit builder 9 years ago
sjunges e0980de0ba first version of storm without log4cplus as a dependency 9 years ago
Mavo d340ea7425 Helper function for replacing columns in SpareMatrix 9 years ago
sjunges aa72d8a158 added missing instantiation of sparse matrix with carl ratnumber 9 years ago
Mavo acab78ba0e Added row groups to flexible matrix 9 years ago
Mavo 49dc27077c Added row grouping members (but not the needed logic) 9 years ago
TimQu 2b320523b5 fixed displaying of non const states and transitions 10 years ago
TimQu d6f65465d2 Number of non-const states and transitions 10 years ago
sjunges 93be84a4a8 fix in get parameters from model 10 years ago
dehnert 33757633c8 first version of conditional probabilities for (non-parametric) DTMCs a la Baier 10 years ago
TimQu c0b5190022 Extended interface of linEqSolvers a little, 10 years ago
TimQu 9c645ba24b Work on policy recycling 10 years ago
TimQu 87c8241ec7 policies for games 10 years ago
sjunges 86155a5a87 extra option for export of a matrix 10 years ago
dehnert 44a9636f69 fixed an issue with getSubmatrix 10 years ago
sjunges b06562ec31 fix in getSubmatrix 10 years ago
dehnert 6a80348150 fixed issue related to row groups in sparse matrix and adapted the affected calling sites 10 years ago
dehnert b2d8cae9ce instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type 10 years ago
dehnert ad660f0f98 more ifdefs for everyone 10 years ago
dehnert 21d9e91586 work towards interval reward model 10 years ago