462 Commits (4e6d334f9b70a9864be0340c6567315f9933bcbb)

Author SHA1 Message Date
dehnert 179cd8308e remove old API files 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
TimQu 9f894667eb Fixed DRN exporter/parser: MAs are not supported as there is no indication for Markovian choices 8 years ago
TimQu e7a8357ee6 Fixed some tests 8 years ago
TimQu 576f92568e StateValuations and ChoiceOrigins are now members of a sparse::Model. 8 years ago
dehnert f0f4cd7390 first version of sparse quotient extraction for dd bisimulation 8 years ago
TimQu 8dfa141a4a Exporting .dot for explicit input. 8 years ago
TimQu 77a90184e7 building choice labeling when the corresponding option is given 8 years ago
TimQu dc079b3196 moved a function to graph.h 8 years ago
TimQu bf97d79573 moved building the choice origin strings into the ChoiceOrigins class 8 years ago
TimQu db31c1cb11 improved .dot export of models with choice labeling 8 years ago
TimQu 6537fd8b72 Replaced the old choice labeling with the new one and used choice origins for the minimal command set counterexample generators 8 years ago
TimQu 759e351e95 Improved explicit model building: 8 years ago
TimQu 25074b50a9 Added function to get the next unset bit in a bitvector 8 years ago
TimQu 4413afb542 used new helper functions at some points in the code 8 years ago
TimQu 8a7609fb83 fixed Rmin computation with exact sparse engine when very high rewards occur 8 years ago
dehnert 7f346d2f0b more work on quotient extraction 8 years ago
Sebastian Junges 5c7d3db743 towards proper side constraints for parametetric systems 8 years ago
TimQu 267768a5b6 enabled markov automata with rationals 9 years ago
TimQu 2931436201 added utility functions for end component analysis 9 years ago
TimQu a887fd9224 added possibiliy to perfromProbGreater0A only for a selected set of choices 9 years ago
Sebastian Junges 0b2a8d1adf fixed comments and names of arguments in file.h for consistency 9 years ago
TimQu 3f9aa29db2 Fixed compilation with gmp as rationalNumber/ rationalFunctionCoefficient 9 years ago
dehnert 03ad4c2783 first version of symbolic bisimulation minimization 9 years ago
dehnert 86a783de92 two more fixes for issues pointed out by Tim: concurrency bug in sylvan and bug in symbolic quantitative check result 9 years ago
dehnert 4e1855a440 use of intermediate value to make conversion work with gmp 9 years ago
TimQu a896c0df28 improved exact computations 9 years ago
TimQu 09552d43a3 IsExact number trait 9 years ago
TimQu ee754c96e2 renamed ParameterLifting.h -> RegionChecker.h 9 years ago
TimQu f59e9a7f77 added flushing of cout in STORM_PRINT macro 9 years ago
TimQu 367b8f0a3e parameter lifting with hybrid engine 9 years ago
TimQu 936293e318 Refactored GameSolver. It is now analogous to the MinMaxLinearEquationSolver. 9 years ago
TimQu 3eb675f8c0 used helper methods instead of own implementations 9 years ago
TimQu 502cf4d6e0 extended model checker hint functionality to bypass the maybestates computations 9 years ago
JK 60ab1716b1 storm: bisimulation statistics 9 years ago
TimQu 9425d3506e reworked checking whether parameter lifting is applicable 9 years ago
TimQu cf340bed52 cleaned up some utility functions 9 years ago
TimQu d5d0a5f44a fixed a few issues related to having CLN numbers as storm::RationalNumber 9 years ago
TimQu 9ba2f90483 started to implement a validation that checks whether parameter lifting is sound 9 years ago
dehnert 853b035473 fixed bug and added testsfor symbolic linear equation solver (rational number and rational function) 9 years ago
Tom Janson ee510df4ec add Path stream print for debug / Python __str__ 9 years ago
TimQu 457943351d fixed matrix building in ModelInstantiator for deterministic models. Previously, a non-trivial row grouping was introduced. 9 years ago
TimQu dd40254628 PLA for continuous models 9 years ago
dehnert 153339c5be first draft of policy iteration using DDs 9 years ago
dehnert 952776a057 hybrid engine working for rational numbers 9 years ago
dehnert ee90c51b2a cleaned up constants.cpp to finalize separation of rational functions and rational numbers 9 years ago
dehnert aaa6f13cf4 separated rational numbers and rational functions and added support for rational numbers to sylvan 9 years ago
TimQu 7f74f19342 exact pla 9 years ago
TimQu 3ece3317d5 template instantiation of game solver with rationals 9 years ago
dehnert 0354c9024a moved to new sylvan version and made everything work again 9 years ago