40 Commits (c7f093575e23a5b9658588b60522c1c43f9e21dc)

Author SHA1 Message Date
Sebastian Junges 82978f4357 isSinkState 5 years ago
Sebastian Junges fe2dcfc975 better dot output for pomdp models 5 years ago
TimQu 013695a6ce Fixed compile issue: boost::split seems to need an lvalue for the input string. 6 years ago
Matthias Volk bb71c078fa Export to dot format allows for maximal line width in state labels and valuations 6 years ago
Tim Quatmann 6faf074fc5 Made sure that model::getAllParameters also returns the parameters occurring at rates. 6 years ago
Matthias Volk 3c5f25fe4a Get all model parameters 6 years ago
Sebastian Junges 6c2262b7e8 more informative error messages during model building (for better debugging) 6 years ago
Sebastian Junges 595afcfc0a more precise error message when creating non-deterministic models 7 years ago
Matthias Volk 909c035c52 Dot export can insert linebreaks between labels 6 years ago
Matthias Volk 2ba70e964c Added hasParameters() and supportsParameters() for symbolic models 7 years ago
Matthias Volk db32a91c7c Changed logging level for some output 7 years ago
dehnert 676120229b intermediate stage 7 years ago
dehnert 41828ca27d more work on bisimulation-based abstraction-refinement 8 years ago
TimQu fcd277c42a added an option that enables building of state valuations. Also include the state valuations when the model is exported to .dot format 8 years ago
TimQu 8efccd76d2 started to make multi-objective preprocessing more flexible w.r.t. different checkers 8 years ago
Sebastian Junges 63fd02937f pomdps 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
TimQu e7a8357ee6 Fixed some tests 8 years ago
TimQu 576f92568e StateValuations and ChoiceOrigins are now members of a sparse::Model. 8 years ago
dehnert f0f4cd7390 first version of sparse quotient extraction for dd bisimulation 8 years ago
TimQu e7bc5fdef9 fixed several minor bugs regarding the choicelabeling 8 years ago
TimQu db31c1cb11 improved .dot export of models with choice labeling 8 years ago
TimQu 6537fd8b72 Replaced the old choice labeling with the new one and used choice origins for the minimal command set counterexample generators 8 years ago
TimQu 09552d43a3 IsExact number trait 8 years ago
dehnert a7e9c5819f removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking 8 years ago
TimQu 92e837f83c fixed closing of MAs: Previously, stateActionRewardVectors have not been handled properly. 8 years ago
TimQu 0b555d5d59 fixed closing of MAs: Previously, stateActionRewardVectors have not been handled properly. 8 years ago
Sebastian Junges 1f82fa27e8 reward parameters 8 years ago
dehnert 8d6b029d67 next batch of fixing warnings 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
dehnert 29f0f66689 reworked getUniqueRewardModel a little 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 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
Mavo e49582c7cf Replaced assert with STORM_LOG_ASSERT 9 years ago
Mavo f2ad4781fe Distincting between supportsParameters and hasParameters 9 years ago
sjunges 9b9bbe2a68 added isParametric to models 9 years ago
sjunges 93be84a4a8 fix in get parameters from model 9 years ago
sjunges 5e9c42f2af intermediate commit 9 years ago
sjunges 57dffbcd4f further operators on models and reward models 10 years ago
sjunges cf10fe206a modifiers for standard rew model, fix with non-const overload in model 10 years ago
sjunges 9e24144c27 getRewardModel, private, added 10 years ago
dehnert b2d8cae9ce instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type 10 years ago
chris a216b5a9d9 added support for parsing choice labels for explicit MDPs 10 years ago
TimQu 5de90c27e5 Preprocessing, sampling and state elimination now also work with rewards 10 years ago
dehnert b3178e17f6 more bug fixes 10 years ago
dehnert 1a07b24682 added some convenience functions for reward model building 10 years ago
dehnert 5b77d827dc fixed a bug 10 years ago