462 Commits (4e6d334f9b70a9864be0340c6567315f9933bcbb)

Author SHA1 Message Date
Sebastian Junges 976f85cc25 drn export for labels with whitespace is now put into quotation marks 6 years ago
Sebastian Junges f5b6bc84ba circumvent problems with the bdd export 6 years ago
Sebastian Junges 4f063cd233 tackling problems on unix 6 years ago
Matthias Volk 6ce429efc4 Added missing include 6 years ago
Sebastian Junges d295f6e777 export of bdds into dot and text format 6 years ago
Matthias Volk 7fb660227f Replaced assert(false) by throwing an exception 6 years ago
Matthias Volk 685b5c6b27 Throw exceptions after switch/case to silence compiler warnings about not returning anything 6 years ago
Matthias Volk 6a4c18e4a2 Use custom FlatSet to account for allocator changes in flat_set in Boost 1.70. 6 years ago
TimQu bb0c2282b3 Fixed levenshtein distance 6 years ago
TimQu 8807bb5a0b Settings: Added facilities to flag options as advanced and only display them with '--help all'. 6 years ago
TimQu e8cd922552 utility/string.h: Added method to check whether a string is considered similar. 6 years ago
Tim Quatmann b4f652bbc8 Reducing the nesting when creating a expression::sum(...). 6 years ago
Tim Quatmann b70f28b10e Ensured that utility function for rounding always rounds towards infinity. 6 years ago
Tim Quatmann a34037bff4 Added utility function for rounding. 6 years ago
Tim Quatmann 3a11a4b3eb Introducing a TBB adapter that #undefs TRUE and FALSE. 6 years ago
Tim Quatmann dd1d53046c utility/constants.cpp: Fixing unknown 'isnan' 6 years ago
Tim Quatmann 3836fd42c0 utility/vector: Added hasZeroEntry and hasInfinityEntry 6 years ago
Tim Quatmann 4322d00034 FilteredRewardModel: added create method that works without a checkout. 6 years ago
Tim Quatmann 3a21ce8009 utility/vector: buildVectorForRange now gets the type of the vector as a template parameter. 7 years ago
TimQu c7aec92dc9 modelchecker: Added support for non-trivial reward accumulations for Sparse/Hybrid/Dd engines. 7 years ago
Tim Quatmann 5869a1f5fd Simplified StronglyConnectedComponentDecomposition. 7 years ago
Matthias Volk b9c38fe11a Fixed includes 7 years ago
Tim Quatmann 5d57746db2 If an option is unknown, Storm now prints a hint to similar option names. 7 years ago
Tim Quatmann 01800f1590 Added string utility functions to find similar strings. 7 years ago
Tim Quatmann 27c2a8ba95 Added string utility functions to find similar strings. 7 years ago
Tim Quatmann c6fd015e6c Picking a default SmtSolver, even if no CoreSettings are available. 7 years ago
Tim Quatmann 84476b7000 Fixed getSmtSolver which previously did not respect the SmtSolver selection from the settings. 7 years ago
TimQu e89cbf2886 fixed cyclic check. 7 years ago
TimQu 04082fb2d6 Added a method to check whether a graph contains a cycle. 7 years ago
TimQu 4924a0e557 Fixed 'isZero' function in ConstantsComparator. 7 years ago
Sebastian Junges 43688d09ea reward infinity scheduler extraction is now correct 7 years ago
Sebastian Junges 93ca559c83 additional sanity checks for scheduler extraction 7 years ago
TimQu e6fc962e5e In exact mode, use LP as LRA Method for nondeterministic models. 7 years ago
sjunges d417c9ecbe Fix assertion. assert(x < y < z) is not the same as assert(x < y and y < z). 7 years ago
Sebastian Junges fef4b694d4 topo sort: add first states 7 years ago
TimQu 4dc234d635 silenced several 'unused parameter'-warnings 7 years ago
TimQu ea1a1d97ef fixed export of jani functions to json. Remove output to cout when writing the jani file 7 years ago
TimQu 034fbf20c7 extended SubsystemBuilder, made ChoiceSelector work for MAs as well. 7 years ago
TimQu b5bb87404c replaced occurrences of 'substituteConstants' by 'substituteConstantsFormulas' 7 years ago
TimQu ea76f6d0be prism parser no longer inserts formula definitions directly. Note that these have to be eliminated afterwards 7 years ago
TimQu ed2de09ce3 added function that reduces the nesting of expressions (e.g. when considering a big sum with many summands. This fixes stack overflows when translating expressions 7 years ago
Matthias Volk 9902bb9dff Fixed version parsing for 'commits ahead' 7 years ago
TimQu fbce6a4795 added function to check whether a vector has a zero element 7 years ago
dehnert 2aff2e9382 adding some more timing output 7 years ago
dehnert 48f5608157 making policy iteration available for game-based abstraction (prototypical for now) 7 years ago
dehnert 9b80c65d72 more and more debugging 7 years ago
dehnert 135c38777f game-based abstraction working with rational numbers 7 years ago
dehnert 14724b529f further debugging 7 years ago
dehnert 9f72f67d9f adding precision to less/greater in vector reduction, adding export to json 7 years ago
dehnert 09876f6808 lots of debug output 7 years ago