673 Commits (ddff929cbd3db17a4e5f0fc1ecd83baa08941be9)

Author SHA1 Message Date
Tim Quatmann 555fd90536 Silenced a few warnings. 7 years ago
TimQu 2c80eb518a Fixed output of properties in the prism syntax. 7 years ago
Matthias Volk 7a8b32399c Issue warning if max memory of Sylvan is ignored 7 years ago
Matthias Volk 628219298e Some small cleanup in verification API 7 years ago
Matthias Volk fba3223f63 Use typedefs of RationalFunctionAdapter 7 years ago
Tim Quatmann b896726c4a Include choice labels in exported scheduler. 7 years ago
Matthias Volk d05b132dde Better error output 7 years ago
Tim Quatmann 492348542f SubsystemBuilder: Fix deadlocks with a selfloop (if requested) 7 years ago
Tim Quatmann b848796852 Nativepolytope: Fixed a bug in quickhull when invoked on just a single point. 7 years ago
Sebastian Junges d295f6e777 export of bdds into dot and text format 7 years ago
Matthias Volk 7fb660227f Replaced assert(false) by throwing an exception 7 years ago
Matthias Volk 685b5c6b27 Throw exceptions after switch/case to silence compiler warnings about not returning anything 7 years ago
Matthias Volk 6a4c18e4a2 Use custom FlatSet to account for allocator changes in flat_set in Boost 1.70. 7 years ago
Matthias Volk 820b48354d Silenced warning 7 years ago
Tim Quatmann c8ea0f60da JaniBuilder: Fixed several issues that occurred with branch reward expressions over non-transient variables, including GitHub issue #47 7 years ago
Tim Quatmann ce9d784c35 QCVBS: Fixed models with empty 'open-paremeter-values' entry. 7 years ago
Matthias Volk 9ebd1af737 Removed unused method again 7 years ago
TimQu fcb5f094dc Fixed a tybo. 7 years ago
TimQu 70b9398b90 storage/Scheduler: Fixed a constructor. 7 years ago
Tim Quatmann b4f652bbc8 Reducing the nesting when creating a expression::sum(...). 7 years ago
Tim Quatmann 66a7bd5954 implemented creation of round expression. 7 years ago
Tim Quatmann d201580d92 Refactored simplification of UnaryNumericalFunctionExpression. 7 years ago
Tim Quatmann 3a11a4b3eb Introducing a TBB adapter that #undefs TRUE and FALSE. 7 years ago
Tim Quatmann 4c911791e1 NativePolytope: Improved clean() operation on empty polytopes. 7 years ago
Tim Quatmann 60ae342677 NativePolytope: Fixed affineTransformation of the universal polytope. 7 years ago
Jip Spel f6ea4d38bb Fix assumption making and checking and testing 7 years ago
Tim Quatmann ca9102616b ExpressionManager: Asserted that when getting a variable with declareOrGetVariable, the returned type is as expected (part 2...). 7 years ago
Tim Quatmann adaba03648 ExpressionManager: Asserted that when getting a variable with declareOrGetVariable, the returned type is as expected. 7 years ago
TimQu c72b97dfca Cleared unused variable warning. 7 years ago
TimQu 76cabb8287 geometry: Fixed a merge issue. 7 years ago
Tim Quatmann cf25f2f941 SparseMatrix: Create a pretty string of the matrix dimensions. 7 years ago
Tim Quatmann 1eee9a89bd storage/geometry/polytopes: New Methods: setminus and clean 7 years ago
Tim Quatmann 3a21ce8009 utility/vector: buildVectorForRange now gets the type of the vector as a template parameter. 7 years ago
TimQu e2dc274977 Added export for globally properties in JANI. 7 years ago
TimQu a7a3a82d89 Prism: ToJaniConverters now enforces variables occurring in properties to become global. This fixes GitHub issue #40 7 years ago
TimQu 98e0fcd113 jani::Property: Flagged functions of PropertyInterval as const 7 years ago
TimQu 91b763d218 JaniExporter: Export accumulation for LRA properties correctly. 7 years ago
TimQu 415e806531 RewardModelInformation: Fixed getting wrong reward informations in case of non-transient variables in reward expression. 7 years ago
Tim Quatmann 5869a1f5fd Simplified StronglyConnectedComponentDecomposition. 7 years ago
TimQu dbc465b9de SCCDecomposition: Fixed topological sort of SCCs connected via '0'-valued transitions 7 years ago
Tim Quatmann 80bfa6b56e Allow to quickly check a benchmark from the Quantitative Verification Benchmark Set. 7 years ago
Matthias Volk 12709f1625 Added parentheses to silence clang warning 7 years ago
Tim Quatmann 98ce81e86a Jani: Fixed an issue where initial expressions for unbounded variables have not been substituted correctly. 7 years ago
Tim Quatmann bc32853c28 Jani: Fixed an issue where initial expressions for unbounded variables have not been substituted correctly. 7 years ago
Tim Quatmann 40f4141b56 Jani: Allowing bounded types for constants as pointed out in GitHub issue #37 7 years ago
Tim Quatmann 004466b83f Fixed BitVector::full() for BitVectors with size 0 7 years ago
TimQu 0bf9f27e31 Fixed typo and renamed a variable. 7 years ago
Sebastian Junges 6c543df537 Fix in bisimulation of MDPs, which failed if all non-absorbing states in the quotient are initial 7 years ago
Matthias Volk b2ea3993ef Fixed assertion in symbolic bisimulation 7 years ago
TimQu 7e66787c9c logic: Added QuantileFormulas. 7 years ago