3075 Commits (4e6d334f9b70a9864be0340c6567315f9933bcbb)

Author SHA1 Message Date
Stefan Pranger 310c9d21d4 added Coalition class 6 years ago
Stefan Pranger bc5eec34d2 switch cases in engine now feature SMG case 6 years ago
Tim Quatmann 875410a59e Polished ExplicitModelBuilder: 6 years ago
Tim Quatmann 277f802850 * PlayerIndex is now declared in a separate file (as this can potentially be independent of PRISM input). 6 years ago
Tim Quatmann 97b2d751e0 * prism::Player's no longer keep track of module and action indices to reduce redundancies. 6 years ago
Tim Quatmann 6fe76a009d Polished parsing of Prism-SMGs, in particular 6 years ago
Stefan Pranger 52e30059e3 fix reorder warning 6 years ago
Sebastian Junges 4a7ea35959 first version for action mask callbacks in explicit generator 6 years ago
Sebastian Junges 7a38f54d01 extend the next state generator to support prism program simulation 6 years ago
Sebastian Junges e5ed114715 a first simulator of prism files 6 years ago
Sebastian Junges aa6a3d2142 sampling from a distribution and from a choice 6 years ago
Sebastian Junges 00a85cb184 accessors for model 6 years ago
Stefan Pranger b3f5cd1c89 fixed call of inherited function and 6 years ago
Stefan Pranger 0e79f71435 change optimization direction if overridden 6 years ago
Stefan Pranger 50fdc36387 check convergence with weighted values 6 years ago
Stefan Pranger 505c830d42 set optdir overrides from multiplier env 6 years ago
Stefan Pranger c7d7be8b83 nondetTs may also be gameNondetTs in LraViHelper 6 years ago
Stefan Pranger de385b0527 added method for lra game transition type 6 years ago
Stefan Pranger 4c7968b4cf added and finalized NondetGamehelper methods 6 years ago
Stefan Pranger ea90c1ac7d added and finalized methods for rpatlMC 6 years ago
Stefan Pranger f72f83f23e computeLongRunAverageValues is now virtual 6 years ago
Stefan Pranger b61d947057 parse coalition operator and set row group optdirs 6 years ago
Stefan Pranger 9ef1ec5f50 added opt dir override bitvector to multiplier 6 years ago
Stefan Pranger c11c49d22b store tuples of player name and index 6 years ago
Stefan Pranger af38bc3b4d added transition type for games to LraViHelper 6 years ago
Tim Quatmann 02695da9b7 Fixed several issues regarding powers with negative exponents. 6 years ago
Stefan Pranger 0a689d232e init helper for games 6 years ago
Stefan Pranger 19839036af AbstractMC passes game formula to the rpatl MC 6 years ago
Stefan Pranger 0a65e4aa7b verification now handles SMGs 6 years ago
Stefan Pranger 21af5c5d6a handle model description ostream case for SMGs 6 years ago
Stefan Pranger b599ff5c7e added sparse MC templates for SMGs 6 years ago
Stefan Pranger d1a0299bd0 buildMatrices handles playerIndices via reference 6 years ago
Stefan Pranger e88a83d9aa engine now checks smg models 6 years ago
Stefan Pranger a299504361 added smg rpatl model checker 6 years ago
Stefan Pranger d939ebe375 smg model now stores the player action indices 6 years ago
Stefan Pranger 353b98ec88 rpatl extends prctl 6 years ago
Stefan Pranger 1470d65586 gameForumlas now gather referenced variables 6 years ago
Tim Quatmann 4dcd1cfb64 Fixed simplification of expressions that use the power operator with negative exponents. 6 years ago
Tim Quatmann 5245d77bfc SteadyState: Issue a warning in sound mode because it is not supported. 6 years ago
Tim Quatmann b73e2e5d1c Fixing steady state distribution computation. 6 years ago
Tim Quatmann 211a72b6d7 fixing compilation of storm-pars 6 years ago
Tim Quatmann 2e593dc014 Added computation of steady state probabilities for DTMC/CTMC in the sparse engine. 6 years ago
Tim Quatmann 28ab011eb8 Added an export of check results to json. 6 years ago
Tim Quatmann 84e6984659 StateValuations::toJson now has a template parameter to change the exported type of rationals. 6 years ago
Tim Quatmann 3184ba1611 Jani: Correctly parse the input-enable field. Throw an error in the sparse model builder, as these are not supported right now. 6 years ago
Tim Quatmann 251527bccf storm-pars: Make a more explicit warning if a non-parametric equation solver type is selected. 6 years ago
Stefan Pranger a9868fd501 refactor Coalition to use boost variant 6 years ago
Stefan Pranger 84bcfef24e removed print from CloneVisitor 6 years ago
Stefan Pranger 53ac9a3873 fixed typo in arg list of GameFormula 6 years ago
Stefan Pranger 376e4756db added Coalition default ctor 6 years ago