1481 Commits (034fbf20c7831712eab416c8268435784a941f00)

Author SHA1 Message Date
dehnert 0fed84c5a9 removed superfluous return 8 years ago
dehnert c18340b76a added mod as binary operation in expressions and slightly extended JANI support for filters 8 years ago
dehnert 618d300914 fixed minor issue in MILP minimal label set generation 8 years ago
dehnert 692587495f fixed bug in quotient extraction 8 years ago
dehnert ede791cff7 fixing bug in Z3 LP solver 8 years ago
dehnert 93bf17f54b remove debug output 8 years ago
dehnert 7636a0339d removed warning for missing naming capabilities in Z3 LP solver 8 years ago
TimQu 3a464d7a6b Fixed issue for clang3.8 8 years ago
dehnert 06e3d4a331 fixing issues in gmmxx TBB multiply-and-reduce 8 years ago
dehnert 237d390e40 reworked version retrieval slightly 8 years ago
TimQu 7002138aeb removed setPrecision in solver interface since this is now covered via storm::Environment 8 years ago
TimQu 7cdc7bd21d progress measurement can now correctly handle the case where maxcount = 0 8 years ago
TimQu f5511f4213 removed obsolete 'inplace' setting for multiplier 8 years ago
Sebastian Junges 2468de47f9 jani -- get expression manager signature now looks more like prism -- get (expression) manager 8 years ago
Sebastian Junges 4d4b178853 counterexamples options: add silent and open to outside 8 years ago
Sebastian Junges dc92696cc3 Jani: make edge-index encoding static functions 8 years ago
dehnert 21c970f8f7 added dd-to-sparse engine that builds the model as a DD and then transforms the whole model to a sparse representation 8 years ago
dehnert 03a94016b3 workaround for bug in clang (bug report filed) 8 years ago
Matthias Volk 72c1e79ccd Mention -pc flag in error message 8 years ago
Matthias Volk db32a91c7c Changed logging level for some output 8 years ago
Matthias Volk 3e2aba515d Added support for exit rates and Markovian/probabilistic states in DRN Format 8 years ago
Matthias Volk 692ded94cf Typo 8 years ago
Matthias Volk 76d5ddad30 Minor improvements in DRN parser 8 years ago
Sebastian Junges 0534216a85 preparations for scheduler extraction support 8 years ago
Sebastian Junges e205b1bf6a check task API slightly extended for scheduler extraction 8 years ago
TimQu 51e08bb1a5 removed old inPlaceMultiplier 8 years ago
dehnert efbd899e46 update to game-based abstraction refinement 8 years ago
dehnert b4d8c209cd optimizations for game-based abstraction refinement 8 years ago
dehnert 31fa43ab27 some fixes to interpolation in game-based abstraction refinement 8 years ago
TimQu 172c5f3657 Making things compile again... 8 years ago
TimQu efcb718851 removed the --forcebounds setting 8 years ago
TimQu 94fb16e654 svi now considers bounds by default 8 years ago
TimQu 3310f51857 allowed for more fine grained solver requirements 8 years ago
TimQu fc43d3f506 Added a return type to some lambda expressions as this apparently caused trouble when using gmp numbers 8 years ago
TimQu 40285bac26 handled early termination in svi more carefully 8 years ago
TimQu 3cd1edb378 added virtual destructors to multipliers 8 years ago
dehnert 316412c5d3 fixed a bug related to closing symbolic Markov automata 8 years ago
dehnert 09866e4577 enabling changing value type in quotient extraction of dd-bisimulation 8 years ago
TimQu ded1040d04 added missing template instantiations 8 years ago
TimQu 12f8685080 Custom Termination Conditions for sound value iteration 8 years ago
TimQu 8b00f8441e Improved caching for svi 8 years ago
TimQu be6d4f9854 renamed 'sound power' to 'sound value iteration' 8 years ago
TimQu a24de86ce1 Avoided duplicated code for sound value iteration 8 years ago
Matthias Volk 3beff87636 Try to fix LTO issue by adding virtual destructor 8 years ago
dehnert b3c2d8bbd8 added option to not include dynamic constraints in maxsat counterexample generation 8 years ago
dehnert de2e94cac7 polished unifplus code a bit and made it the default MA (bounded reachability) solution method 8 years ago
dehnert 7150354b9d fixing issue related to vector swapping in (explicit) value iteration and power method 8 years ago
dehnert 51ebb47587 added timing measurements to symbolic to sparse conversion in hybrid model checkers 8 years ago
dehnert 139752eb66 added option to perform dd-bisimulation using exact arithmetic 8 years ago
dehnert 2e15674580 fixed an issue in state-act reward refinement for nondet models 8 years ago