462 Commits (4e6d334f9b70a9864be0340c6567315f9933bcbb)

Author SHA1 Message Date
Daniel Basgöze aa0fe082d7 Document bitoperations.h 6 years ago
Daniel Basgöze 972abfcf6f Include required headers 6 years ago
Daniel Basgöze 4c5abe19f3 Remove unnecessary cast 6 years ago
Matthias Volk c1b4c3270f Fixed initialization order warnings 6 years ago
Sebastian Junges 1ef92dee9e backbone for a simulator on top of explicit state models 6 years ago
Tim Quatmann d098c2d27c graph::computeSchedulerProb1E: Only set choices if they are not defined already. 6 years ago
Tim Quatmann f4f9376c96 Vector: Added a method for element-wise comparison of two vectors. 6 years ago
Tim Quatmann a8f3205d96 minor clean-up of includes 6 years ago
Tim Quatmann 27ac99806e Stopwatch: added restart() method 6 years ago
Tim Quatmann 632c9c2e1e Modified the modernjson library so that it can parse numbers as rationals. 6 years ago
Tim Quatmann b5a64ba7e3 CTMC Model checker: Consider relative precision for time-bounded queries in --sound mode 6 years ago
Tim Quatmann 71f22fef2f Added a CLI switch to perform exact model checking over finite precision floats 6 years ago
Matthias Volk d0b54fe6b5 Set number of printed digits in output 6 years ago
Tim Quatmann 137f41abac FormulaInformation: Fixed detection of property type. 6 years ago
Tim Quatmann 2b89da2f4b Updated decision tree used in portfolio engine. 6 years ago
Tim Quatmann f4820628a5 Incorporated more features for the portfolio engine. 6 years ago
Tim Quatmann c399c31c52 Added missing include 6 years ago
Tim Quatmann c6b984ca51 Do not perform the conversion from a prism program to a jani model twice. 6 years ago
Matthias Volk 0dd1c70e12 Set waiting time after signal with flag --signal-timeout 6 years ago
Matthias Volk 6c095e757a Fixed problem with Windows linebreak \r\n, because this is still a problem in 2020 6 years ago
Tim Quatmann 52857d2701 FoxGlyn: Print an error message instead of throwing an exception in cases where an underflow is possible. 6 years ago
Matthias Volk ce298fa782 Moved signal handling to own file to prevent problems with global static variables being non-unique 6 years ago
Tim Quatmann d92e6b97e5 updated exprtk 6 years ago
TimQu 1f98f6c557 Reverted 'optimization' for Prob1Max (since that didn't work out). 6 years ago
TimQu 9d0d8022f9 Revert "Slight optimization in performProb1A" 6 years ago
TimQu d288701e9d Graph: Changed methods for prob1 methods in performProb1Max / performProb1Min to more efficient variants that can be used as we already know the prob0 states. 6 years ago
Tim Quatmann 2df4679fbc Slight optimization in performProb1A 6 years ago
Matthias Volk 45aa451be5 Signal handler supporting termination after waiting period 6 years ago
Matthias Volk 6af34ffbe1 Removed old file 6 years ago
Tim Quatmann 04c2938057 Introduced hybrid engine for Markov automata (only reach. rewards for now) 6 years ago
Jan Erik Karuc 323e82994d maixmumElementDiff implementation in vector.h 6 years ago
Tim Quatmann 0060e594c0 Added Missing includes. 6 years ago
Tim Quatmann 77c3c37e3c Implemented portfolio decisions 6 years ago
Tim Quatmann 54b37d8698 Added entry points for portfolio engine 6 years ago
Tim Quatmann 4da25662f8 Engine: check whether an engine can handle the query given by a model and a *list* of properties 6 years ago
Tim Quatmann ead5845686 BuilderType: Using new canHandle and getSupportedJaniFeatures methods. 6 years ago
Tim Quatmann ac35a04eec utility/engine: canHandle(...) compiles now. 6 years ago
Tim Quatmann 17325419fb Introduced JIT as a separate engine. 6 years ago
Tim Quatmann d36cd93ae8 CLI: Split parsing and preprocessing of symbolic input into two steps. 6 years ago
Sebastian Junges 0a6f54f33e a version of parsing choice labels from DRN 7 years ago
Sebastian Junges f322149398 export the number of choices into drn 7 years ago
Sebastian Junges a58ec3fd5f permutations for vectors 7 years ago
Matthias Volk ee3c08a085 Set floating-point precision to 10 digits for file export 7 years ago
Matthias Volk 729dda163d Fixed export in DRN format: parameters could occur multiple times 7 years ago
Tim Quatmann 99991d344e utility/initialize: Added a function to read the current loglevel. 7 years ago
Matthias Volk bb71c078fa Export to dot format allows for maximal line width in state labels and valuations 7 years ago
Matthias Volk 9a5a6d72c6 Moved some cex code into counterexample module 7 years ago
Matthias Volk 8b77f7f6d6 Added placeholders to DRN format 7 years ago
Tim Quatmann 429c91ff13 Added support for parsing fractions in DRN files. 7 years ago
Tim Quatmann 0b1b0d97e2 utility/graph: fixed behavior of getReachableStates when an initial state is not in the constrained set. 7 years ago