2711 Commits (171ff270e087ed9e475958e54207c4557e30ce55)

Author SHA1 Message Date
Tim Quatmann 171ff270e0
Prism to Jani conversion now supports unbounded integer variables 4 years ago
Tim Quatmann 5c2b9c503c
prism/Program: Integer variables can now have no lower and/or upper bound. 4 years ago
Tim Quatmann 871efc0d8c
Fixed TerminalStatesGetter with multi-bounded formulae. 4 years ago
Tim Quatmann d5c6a509a2
JaniNextStateGenerator: Fixed evaluation of terminal states using expressions over transient variables 4 years ago
Tim Quatmann 95d53e444b
Fixed an issue with jani::VariablSet using different kinds of variable names when adding and deleting variables. 4 years ago
Tim Quatmann 66e6938d20
added a few clarifying comments in JaniNextStateGenerator 4 years ago
Tim Quatmann 168b5fabd6
Silenced several warnings 4 years ago
Tim Quatmann 45a7db8222
LpMinMaxLinearEquationSolver: Fixed an issue when using glpk occurring when the lower bound of a variable matches the upper bound. Also revamped retrieving of lower/upper bounds. 4 years ago
Tim Quatmann e59918668e
AbstractEquationSolver: Added more convenient getters for the most appropriate lower/upper bound of a given variable 4 years ago
Tim Quatmann eaff65ef27 LinearCoefficientVisitor: Fixed translation of division expressions. 4 years ago
Matthias Volk 7111674ec8
Support for simulation of PDEP 5 years ago
Tim Quatmann 6d24ea9606 Silenced many 'loop variable is always a copy' warnings 5 years ago
Tim Quatmann 481d23b904 Replaced storm::expressions::Expression::operator^ by storm::expressions::pow. An optional flag indicates if we should allow power expressions of integer type (PRISM semantics) or whether it is always a real (JANI semantics). 5 years ago
Tim Quatmann 46462d6556 Z3Adapter: Fixing translation of XOR operators - expression's operator^ is supposed to be power, not xor. 5 years ago
Tim Quatmann d863fe4156 Jani Export: Power expressions of integer type need to be type casted. 5 years ago
Jip Spel 5a37a40cea Monotonicity for computing extremal value and parameter space partitioning 5 years ago
Matthias Volk d6d36ee557
Support for sampling from exponential distribution 5 years ago
Tim Quatmann 8b68fbf948 JaniBuilder: Fixed checks for transient variable assignments 5 years ago
Matthias Volk b0f6a192d4
Added missing include 5 years ago
Tim Quatmann 44be19f274 Added missing treatment of SMGs in API method. 5 years ago
Tim Quatmann d82f5353ad Fixed includes of RPATL model checker. 5 years ago
Tim Quatmann 579ab274e6 Fixed computing coalition states in SMG. 5 years ago
Tim Quatmann a0a1bb629c Fixing call of checkGameFormula 5 years ago
Tim Quatmann 792956deb9 Fixing output of player construct. 5 years ago
Tim Quatmann e0977ebb81 Fixed buildActionIndexToPlayerIndexMap 5 years ago
Tim Quatmann efce929c5f Potentially allow verification of SMGs over RationalNumbers 5 years ago
Stefan Pranger 6701c61178 verification now handles SMGs 5 years ago
Tim Quatmann 6473645802 engine: changed order in enumeration for consistency 5 years ago
Stefan Pranger 2cfe0fa5d8 handle model description ostream case for SMGs 5 years ago
Stefan Pranger c8fd980544 engine now checks smg models 5 years ago
Tim Quatmann 6c0cbe622f Polished SparseSmgRpatlModelChecker 5 years ago
Tim Quatmann fe4ef46f6b CheckTask now stores player coalition. 5 years ago
Tim Quatmann d1b068eddf specified supported rpatl fragment a bit more precisely 5 years ago
Stefan Pranger 01ed518ab3 AbstractMC passes game formula to the rpatl MC 5 years ago
Stefan Pranger 8dee62cbdd added sparse MC templates for SMGs 5 years ago
Stefan Pranger ace401f120 added smg rpatl model checker 5 years ago
Tim Quatmann f28e59ab8d Polished SMG model 5 years ago
Tim Quatmann 109a885c65 PlayerCoalition: Added a getter for players 5 years ago
Tim Quatmann 4affb76bb1 Renamed Coalition to more descriptive PlayerCoalition 5 years ago
Tim Quatmann 735874462c Polished fragment specification and formula visitors for new GameFormulas 5 years ago
Tim Quatmann 4c5bc4e2a2 Polished GameFormula and Coalition code 5 years ago
Tim Quatmann 2cf73f9b10 ModelType: Fixed capitalization of SMG output 5 years ago
Stefan Pranger 4d4cd6e7f4 rpatl extends prctl 5 years ago
Stefan Pranger 8e55ec62ad gameForumlas now gather referenced variables 5 years ago
Stefan Pranger 8d47ad2bd7 refactor Coalition to use boost variant 5 years ago
Stefan Pranger 2972f43def removed print from CloneVisitor 5 years ago
Stefan Pranger 3f2aaf72b0 fixed typo in arg list of GameFormula 5 years ago
Stefan Pranger 2721f24b9b added Coalition default ctor 5 years ago
Stefan Pranger df52e5af88 added casting getter for gameFormula 5 years ago
Stefan Pranger 2f5a53196c added rPATL to FragmentSpecifitcations 5 years ago