734 Commits (deaaa91c37a54ab99c57ec626918538ea66ac3f8)

Author SHA1 Message Date
sjunges da120d9de5 Refactored some stuff in constants... 10 years ago
sjunges faf31156e0 fix for last changes + is probabilistic 10 years ago
dehnert 972c391eb1 fixed some more bugs/warnings 10 years ago
sjunges 97c24fe229 solver settings now within solver, minmax refactored to share common variables 10 years ago
dehnert a9142a752d fixed another bug 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
dehnert b3178e17f6 more bug fixes 10 years ago
dehnert 73a2491dfb more bugfixes 10 years ago
dehnert dbc7d860a4 functional tests compile again, started to debug changes 10 years ago
dehnert 1a07b24682 added some convenience functions for reward model building 10 years ago
dehnert 4ca64a913a main executable compiling again, started to debug 10 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 10 years ago
sjunges 3c098f085a In principal, we need a fixpoint iteration for the static simplification. For now, we just call simplify twice. 10 years ago
dehnert e631dbd1a0 more work on new reward models 10 years ago
sjunges 5e428a795a And more includes on the right spot. 10 years ago
dehnert 72cb30d6b0 started replacing ValueType template argument by model class in all instantiations 10 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 10 years ago
sjunges f85d28325e Further work towards faster and more modular compilation 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
sjunges a129983ae9 cleaning includes for better compilation times 10 years ago
dehnert 6fa1078fb1 some more work on reward model 10 years ago
dehnert dcd42d5653 started reworking reward models 10 years ago
TimQu 1a0bf89671 minor changes... 10 years ago
TimQu efadc84593 Beautified the Code, removed unused stuff, minor improvements 10 years ago
dehnert 56b4f53ce7 got rid of more warnings 10 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 10 years ago
sjunges 812b101c40 better program checks, some extensions in model and matrix 10 years ago
TimQu 28326b14e4 more efficient instantiation of matrices. 10 years ago
sjunges 2e0c9c1244 unification of some constructs in carl propagated to storm 10 years ago
sjunges 1ec453e587 support for intervals in matrices 10 years ago
sjunges 8b1e003657 Fix 10 years ago
sjunges 7a050434d9 bugfixes for NondeterministicModel, improvements for StateActionPair, graph and initialize 10 years ago
sjunges b50c823c77 Refactored for faster compilation times. 10 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 10 years ago
dehnert 4dbbe3c561 moved constraint collection to DTMC class 10 years ago
TimQu 86ff07ec0d take sampling point before approximation to know whether to minimize or maximize. 10 years ago
TimQu a22c36e38a avoided unnecessary copy of matrix while doing graph analysis. const& was missing somehow. 10 years ago
TimQu 777942f5d3 renamed BoundType to CoefficientType, better region.getVariables 10 years ago
TimQu 63618147b8 - Compute sample points via instantiated DTMCs 10 years ago
sjunges fd3ffafcd9 First version of the monolithic state space generation 10 years ago
TimQu fcdf0eee7a changes on the solver interface to work with timeouts or memouts. i.e. there is no exception thrown in that case 10 years ago
TimQu 076b6cc71c reimplemented region model check via smt solving 10 years ago
dehnert 1e5398c8b7 LRA finally working for ctmcs 10 years ago
dehnert 331ea9fc19 further work on steady state probabilities 10 years ago
sjunges 40a0f4f18a stupid fix in cli (carl version can not be shown, no idea how...) 10 years ago
sjunges 7cbab6a260 use gmpxx mpq_class for rational numbers 10 years ago
sjunges 16c57decff print header including info for smtrat and carl (untested) 10 years ago
dehnert 4c35bc0f66 symbolic DTMC model checker working 10 years ago
dehnert 81c627b9b7 First version of fully symbolic game solver. 10 years ago
TimQu c9c6d1e199 Implemented mdp building and checking 10 years ago