2477 Commits (626b7a819a681afbf4817b9541bfd385e4ba0a23)

Author SHA1 Message Date
Tim Quatmann 626b7a819a InfiniteHorizon: Fixed storing backwardstransition properly. Allowed to specify a mec decomposition. Pushed _produceScheduler flag to the SingleValueModelCheckerHelper. 5 years ago
Tim Quatmann 68b4d8dbd2 Nondet Lra: Fixed LP implementation for Markov automata. 5 years ago
Tim Quatmann 9fbb587884 LraViHelper: Fix for NondetTsNoIs 5 years ago
Tim Quatmann f113ac7187 NondeterministicLraHelper: Removed old ViHelper code. 5 years ago
Tim Quatmann 7e65e797fa SingleValueModelCheckerHelper: Fixed signature of getOptimizationDirection so that a const& is returned. 5 years ago
Tim Quatmann 6e55dba8d4 Moved LraViHelper to a separate file. Merged MDP and MA implementation. 5 years ago
Tim Quatmann 51c8779e73 Added missing template instantiations. 5 years ago
Tim Quatmann 5917b020fc GMM Multiplier: Support for y += A*x 5 years ago
Tim Quatmann 32503594d5 Use new LRA helper for Markov automata. 5 years ago
Tim Quatmann b5bd7aa0c2 Introduced a utility function that sets information from a CheckTask to a helper. 5 years ago
Tim Quatmann 092873e99a LRA VI: Added helper for Markov Automata. 5 years ago
Tim Quatmann fc66e01ed5 Nondeterministic Infinite horizon: Split value getters into StateValueGetter and ActionValueGetters. Made VI code more general, so that they may also be used for Markov Automata. 5 years ago
Tim Quatmann 31dd1d8f49 sparse/StandardRewardModel: Added a method that only yields the action-based rewards (excl. state rewards) 5 years ago
Tim Quatmann 9d3de84122 MaximalEndComponent: Added size() method. 5 years ago
Tim Quatmann d06a39eb79 Dropping old MDP LRA code. 5 years ago
Tim Quatmann 3c84e68216 Using the new helper for MDP LRA properties. 5 years ago
Tim Quatmann 486d62ff2c First version of newly structured ModelCheckerHelpers (only MDP LRA properties, for now) 5 years ago
Tim Quatmann d49210ac2e Added DdType::None to encode that an explicit representation should be used. 5 years ago
Tim Quatmann 1929cfaf77 utility/vector: Added a few asserts in utility functions. 5 years ago
Sebastian Junges d6bfcb4818 refactoring: moving some code out of the util folder 6 years ago
Sebastian Junges 5722c1258c pipe all rf-variable creations through a single object file 6 years ago
TimQu 17a1d02757 Cmake: Detection for the old in-source "storm-version.cpp" file. The file will now be deleted (if found) to prevent build issues for people that upgraded from older storm versions. 6 years ago
Sebastian Junges 3282bf895c more support for the modulo expression 6 years ago
Sebastian Junges cf3bfc3d2d simulator presents rewards for efficiency 6 years ago
Matthias Volk 9c33cec3b6
Added mising include 6 years ago
Sebastian Junges 3a70c68d45 dd-based reachability exploration reports number of iterations in return value 6 years ago
Sebastian Junges bb200fe9f4 simplify prism programs now also simplifies labels 6 years ago
Sebastian Junges 4350ea72d7 Simplifying expressions with iff and implies a bit more 6 years ago
Tim Quatmann 073d2affa4 api/verification: Added a missing include 6 years ago
Tim Quatmann 5aa3610f2e Model building: Set automatically building choice labels and origins within the BuilderOptions (previously, this was done in the cli code) 6 years ago
Tim Quatmann 8c38333dd1 Added transformer that can make a given set of states (e.g. goal states) observation closed. 6 years ago
Tim Quatmann 70d10bd037 Moved generated file `storm-version.cpp` to build folder. Moved version information to new library `storm-version-info` (addressing Github issue #78) 6 years ago
Tim Quatmann ad39b23c1c StateValuations: Added class to conveniently iterate over the variable-value assignments of a given state 6 years ago
Sebastian Junges a7b6e00e88 builderoptions no longer implicitly takes settings from buildersettings 6 years ago
Sebastian Junges d71e70da42 build-all-labels for building all labels without building everything, and renamed build-overlapping-guards-label and build-out-of-bounds-state 6 years ago
Sebastian Junges c4c680438f fix exporting POMDPs with rewards & observations 6 years ago
Sebastian Junges 9d35eab33e fix warning regarding hash 6 years ago
Tim Quatmann 5b103579f2 Fixed building state valuations for transient variables of a jani model. 6 years ago
Sebastian Junges e2b0855208 hashing POMDPs 6 years ago
Sebastian Junges 009a60df5c fix in hash computation 6 years ago
Sebastian Junges 2fa2ea1283 a first version of sparse model hashing 6 years ago
Sebastian Junges 4942e362db transformation preserve canonicity, and this is now set explicitly. (Opt-out rather than opt-in might be more convenient, but also more dangerous...) 6 years ago
Tim Quatmann 9981df3f92 Z3LpSolver: Removed exception that was thrown by accident. 6 years ago
Sebastian Junges 4bcb541866 pmc simplifications are disabled by default, can be switched on via option 6 years ago
Sebastian Junges 1a6f2e6fba --io:nodrnplaceholders 6 years ago
Tim Quatmann 3b68059e2b Hiding the StateValuation object of a single state. 6 years ago
Tim Quatmann adfdf8c572 Refactored state valuations. They now store values for transient jani variables and do not store values for constants (solving Github issue #73) 6 years ago
Tim Quatmann 3a86cc4391 CompressedState: Added a method to create a human readable string out of the state. Added a method to "uncompress" by extracting all values into corresponding value vectors 6 years ago
Tim Quatmann 5733072898 TransientVariableInformation: Flagging a few getters const 6 years ago
Tim Quatmann ab93422fa0 Changed default dd library from `cudd` to `sylvan` (cf. Github issue #71) 6 years ago