76 Commits (c6c5c5cc13a040a96003e3ae66639aa41854e425)

Author SHA1 Message Date
TimQu bff745656c Fixed some matrix builder bugs related to 0x0 matrices 8 years ago
TimQu 35c9b58fda added a test case for SparseMatri::restrictRows and fixed it 8 years ago
TimQu 3fd72a11d8 Improved SparseMatrix::restrictRows so it can handle empty row groups 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
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. 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 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 10 years ago
Mavo 49dc27077c Added row grouping members (but not the needed logic) 10 years ago
TimQu 2b320523b5 fixed displaying of non const states and transitions 10 years ago