772 Commits (4b95f72a0acea94b7784ea2f908949a5c54be6f1)

Author SHA1 Message Date
dehnert 059f55eefc commit to switch workplace, debugging in progress 9 years ago
dehnert 156ab071a5 more work on abstraction refinement 9 years ago
dehnert bc1eff959f graph algorithms for games now also compute player 2 prob0/1 states and the generated strategies are adapted accordingly 9 years ago
dehnert 66b0817a35 fixed bugs here and there 9 years ago
dehnert bde84d0073 fixed symbolic game solver wrt. illegal masks. numerical solving step in game-based model checker working, but no refinement yet. 9 years ago
dehnert cc550984b3 enabling qualitative answers of game-based model checker 9 years ago
dehnert a3f2abbd92 more work towards closing the refinement loop 9 years ago
dehnert e6d9c85749 fixed some bugs related to simplifaction of PRISM programs 9 years ago
Mavo 5109c45c23 Fixed returning result for pCTMC 9 years ago
dehnert 7d50a6b839 graph algorithms for games can now produce player strategies even if they can pick any choice (if requested) 9 years ago
dehnert 1bb116dd1c some more work on game-based model checker 9 years ago
dehnert f342ce3287 translation from expressions involving the power operator to rational functions/rational numbers is now possible 9 years ago
dehnert 9878c1bdc3 fixed some tests that were failing because of (now) proper bottom state computation 9 years ago
dehnert 569b27e110 work towards having rational numbers instead of doubles as literals in expressions 9 years ago
dehnert 241f23f730 fixed bug in abstraction information object 9 years ago
dehnert b3e77730a9 added uniqueness mechanism in flattenModules to compensate for missing uniqueness in allsat of solvers 9 years ago
sjunges ba81925c1d renamed smt2smtsolver to smtlibsmtsolver and cleaned make files 9 years ago
sjunges b6465020a2 towards working tests in pla 9 years ago
dehnert 2d05555967 added abstraction settings and menu game abstractor 9 years ago
sjunges 0ef2b55c75 made some region settings attribute to the model checker instead of global 9 years ago
sjunges 548ba8bbeb somehow managed my way through the policy guessing, several minor extensions to solvers 9 years ago
sjunges 051ad702a7 solvers updated, constants updated 9 years ago
sjunges 31228486d3 towards merging, including a extension on the pstateeliminator, come back after generalizing the lra eliminator 9 years ago
sjunges 444318e624 refactoring up to tests done 9 years ago
sjunges f7a3e02fb6 refactored model checkers st all are templated in the model, have to handle rational function bounds next 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
sjunges 85f29ee744 Typo in diagnostic ignored fixed 9 years ago
sjunges 9398cfa54a gcc pendantic warning switched off 9 years ago
PBerger a0dd2064c1 Started adding stuff to src/storage/dd/sylvan/InternalSylvanDdManager. 9 years ago
hbruintjes 4e4bc255b5 Fix some typos in l3pp usage 9 years ago
hbruintjes d9cb1a79f8 Replace cout macros with l3pp 9 years ago
sjunges 4f1b8f12f0 Extra method 9 years ago
hbruintjes 8546786e17 Fix missing template argument in builder utility 9 years ago
TimQu f681206393 building markov automata from prism code 9 years ago
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 9 years ago
dehnert b4e0cabef6 started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers 9 years ago
dehnert d661454179 started working on instantiating CTMC model checker to rational numbers 9 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert 07c787b49d added unsupported solvers of eigen 9 years ago
dehnert 711d5cfa12 fixed bug in sparse dtmc elimination model checker. commented out weird eliminaton functions in CTMC model checker and storm.h 9 years ago
dehnert 00d331ebb4 moved linear equation solver factories to the respective solver files (and away from utility). restructured settings in factories and the way they are forwarded to the linear equation solvers. fixed all resulting errors 9 years ago
dehnert b30db17f8c added rvalue reference overload to all linear equation solver factories 9 years ago
dehnert 15a4d4757f added feature to linear equation solver factories to take posession of the matrix to forward it to the solvers 9 years ago
dehnert 13f8f21a70 upgrade to eigen 3.3 and made modifications for different value types via template specializations 9 years ago
dehnert 99b9f11d49 removed eigen-3.2.6 9 years ago
dehnert 852afd1718 fixed crowds models to work with exact arithmetic. fixed dynamic state priority queue implementation. added setting to use dedicated elimination-based model checker instead of regular model checker (+ elimination solver) 9 years ago
dehnert 82d4164c39 added obeying a state ordering to elimination linear equation solver 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
dehnert f3fa90cc37 more work towards exact solving 9 years ago
dehnert d3de111b3b more work to enable storm to use rational arithmetic 9 years ago