752 Commits (81b4fa6b9bd74202673065c6d32d92419821bce2)

Author SHA1 Message Date
dehnert 81b4fa6b9b added composition specification to PRISM program 9 years ago
dehnert 1d56cf0430 backported a bugfix 9 years ago
hbruintjes 2aaa519dfa Temproary workaround for clang/gcc problem: Wrap std::function in a lambda for std::sort 9 years ago
dehnert fb216e18d1 fixed another issue in expression evaluation 9 years ago
dehnert fa1ac86ff2 fixed evaluation of floor/ceil in expressions 9 years ago
dehnert db3d1df863 added a sh*t ton of debug output, didn't help 9 years ago
dehnert c2b287a1e1 more work on learning approach 9 years ago
dehnert 2f5f439f26 re-added (naive) splitter selection heuristic 9 years ago
sjunges c8d9ec5535 update sparse matrix with duplicate row detection within rowgroups 9 years ago
dehnert 38ea181e3d added tons of debug output. all small test models now show sane results 9 years ago
dehnert e4a5c1d0d6 more work on EC detection (again0 9 years ago
dehnert b06419afe0 working towards EC detection 9 years ago
dehnert fd615289e0 outline of learning algorithm 9 years ago
dehnert 1fb943b658 moved some internal structs from model builder to their own files to make them reusable 9 years ago
dehnert 39acf24448 fix for weak bisimulation on CTMCs 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
TimQu f285858e28 added required includes 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
dehnert fad28df7d6 first working version of next-state generator for PRISM models 9 years ago
Mavo e9b4f06972 Better assertions in BitVector 9 years ago
sjunges e0980de0ba first version of storm without log4cplus as a dependency 9 years ago
dehnert a75e0f5323 more work wrt cleaner model exploration 9 years ago
dehnert 8a0bd32b55 tearing apart explicit model builder and 'next-state generation' 9 years ago
dehnert 7ce969b312 started working on more flexible model generation using next-state-generators 9 years ago
dehnert 211994bff9 removed debug output 9 years ago
sjunges 17a3dabfc5 fix in weak bisim for ctmcs 9 years ago
dehnert 7b643fe166 tests working again 9 years ago
dehnert dc8a5b11e0 more refactoring regarding fragment checking 9 years ago
dehnert 40aea6c929 replaced Cudd_CountMinterm by old version to fix what appears to be bug (sent mail to Fabio Somenzi) 9 years ago
dehnert dd0813b8c4 cudd3 now working, but tests segfaulting 9 years ago
dehnert 97d9ecccbb started making cudd3 work 9 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 9 years ago
dehnert 8f087597cc more work towards proper scheduler generation 9 years ago
dehnert 5a1039838f made everything compile again and all tests passing 9 years ago
sjunges 4cc8442b77 Fixed warning about superfluous semicolon after a method def. 9 years ago
sjunges d8191d8c6a const formulae 9 years ago
sjunges ad01dfa611 refactored bisimulation a bit (mainly the entry point as well as hidden some options) 9 years ago
sjunges 93be84a4a8 fix in get parameters from model 9 years ago
sjunges 5e9c42f2af intermediate commit 9 years ago
dehnert e20942393e added some primes 9 years ago
sjunges e4725aa4a1 Instead of returning the program, return the prepared formulas 9 years ago
sjunges 2d44d4f822 getUndefinedConstantsAsString added to storm::prism::program 9 years ago
sjunges e45ce6f293 replaced stdpair by struct for model,program pairs 9 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