752 Commits (81b4fa6b9bd74202673065c6d32d92419821bce2)

Author SHA1 Message Date
dehnert 81b4fa6b9b added composition specification to PRISM program 9 years ago
dehnert 1d56cf0430 backported a bugfix 10 years ago
hbruintjes 2aaa519dfa Temproary workaround for clang/gcc problem: Wrap std::function in a lambda for std::sort 10 years ago
dehnert fb216e18d1 fixed another issue in expression evaluation 10 years ago
dehnert fa1ac86ff2 fixed evaluation of floor/ceil in expressions 10 years ago
dehnert db3d1df863 added a sh*t ton of debug output, didn't help 10 years ago
dehnert c2b287a1e1 more work on learning approach 10 years ago
dehnert 2f5f439f26 re-added (naive) splitter selection heuristic 10 years ago
sjunges c8d9ec5535 update sparse matrix with duplicate row detection within rowgroups 10 years ago
dehnert 38ea181e3d added tons of debug output. all small test models now show sane results 10 years ago
dehnert e4a5c1d0d6 more work on EC detection (again0 10 years ago
dehnert b06419afe0 working towards EC detection 10 years ago
dehnert fd615289e0 outline of learning algorithm 10 years ago
dehnert 1fb943b658 moved some internal structs from model builder to their own files to make them reusable 10 years ago
dehnert 39acf24448 fix for weak bisimulation on CTMCs 10 years ago
dehnert f54c2fb8e7 tests passing again 10 years ago
dehnert a40d12f915 made getRowGroup more consistent and fixed some introduced bugs 10 years ago
dehnert 0b98412bb4 further work on making row-grouping optional 10 years ago
TimQu f285858e28 added required includes 10 years ago
dehnert f81ce1cac1 started making row grouping optional 10 years ago
dehnert ffe63ea95d made dfs as exploration order available 10 years ago
dehnert 55fd1b66c3 introducing exploration orders to explicit builder 10 years ago
dehnert fad28df7d6 first working version of next-state generator for PRISM models 10 years ago
Mavo e9b4f06972 Better assertions in BitVector 10 years ago
sjunges e0980de0ba first version of storm without log4cplus as a dependency 10 years ago
dehnert a75e0f5323 more work wrt cleaner model exploration 10 years ago
dehnert 8a0bd32b55 tearing apart explicit model builder and 'next-state generation' 10 years ago
dehnert 7ce969b312 started working on more flexible model generation using next-state-generators 10 years ago
dehnert 211994bff9 removed debug output 10 years ago
sjunges 17a3dabfc5 fix in weak bisim for ctmcs 10 years ago
dehnert 7b643fe166 tests working again 10 years ago
dehnert dc8a5b11e0 more refactoring regarding fragment checking 10 years ago
dehnert 40aea6c929 replaced Cudd_CountMinterm by old version to fix what appears to be bug (sent mail to Fabio Somenzi) 10 years ago
dehnert dd0813b8c4 cudd3 now working, but tests segfaulting 10 years ago
dehnert 97d9ecccbb started making cudd3 work 10 years ago
dehnert b772c92edb removed reward path formulas. reward path formulas are now just path formulas. this allows some invalid formulas to be constructed, so this now has to be checked dynamically 10 years ago
dehnert 8f087597cc more work towards proper scheduler generation 10 years ago
dehnert 5a1039838f made everything compile again and all tests passing 10 years ago
sjunges 4cc8442b77 Fixed warning about superfluous semicolon after a method def. 10 years ago
sjunges d8191d8c6a const formulae 10 years ago
sjunges ad01dfa611 refactored bisimulation a bit (mainly the entry point as well as hidden some options) 10 years ago
sjunges 93be84a4a8 fix in get parameters from model 10 years ago
sjunges 5e9c42f2af intermediate commit 10 years ago
dehnert e20942393e added some primes 10 years ago
sjunges e4725aa4a1 Instead of returning the program, return the prepared formulas 10 years ago
sjunges 2d44d4f822 getUndefinedConstantsAsString added to storm::prism::program 10 years ago
sjunges e45ce6f293 replaced stdpair by struct for model,program pairs 10 years ago
TimQu 6006d95193 Fixed compile errors: Added missing include and fixed call of std::max 10 years ago
dehnert 33757633c8 first version of conditional probabilities for (non-parametric) DTMCs a la Baier 10 years ago
dehnert 98d173ca3c changed elimination-based model checker to be able to compute values for all states (for reachability probs and reachability rewards) 10 years ago