1074 Commits (0863b8beba08b73103de9c6e5e685168caddd975)

Author SHA1 Message Date
TimQu 3d7442b5c1 Fix in SparseMatrix::swapRows 9 years ago
TimQu 80d9e6bb4e Compatibility with recent hypro version 9 years ago
TimQu 71e181bd93 some quick and dirty optimizations (that need to be reviewed) 9 years ago
dehnert cb97da887c went from deque to vector-based representation of splitter queue in bisimulation 9 years ago
dehnert 92932fced1 support for initial constructs in PRISM programs 10 years ago
dehnert bcb13a4fe1 moved deletion of commands (if guard becomes false) from Program::substitute to Program::simplify 10 years ago
dehnert e6d9c85749 fixed some bugs related to simplifaction of PRISM programs 10 years ago
dehnert 6d5f4dc9c9 fixed bug in detection whether parameters are only used in probabilities/rewards 10 years ago
dehnert f342ce3287 translation from expressions involving the power operator to rational functions/rational numbers is now possible 10 years ago
dehnert 984abfd22b proper renaming of files 10 years ago
dehnert 58857d62ed renamed double literal to rational literal 10 years ago
dehnert 7b2a667a9d double literal now stores rational internally 10 years ago
dehnert 569b27e110 work towards having rational numbers instead of doubles as literals in expressions 10 years ago
Mavo 566cef0f91 Started on compiling without Carl 10 years ago
TimQu 7bab48b59b bounded reachability for MAs 10 years ago
hbruintjes ebe6775b27 Fix missing ValueType template arguments (which defaulted to double) 10 years ago
PBerger 67244869db src/storage/BitVector: Replaced constant 1 unsigned long long with cast to decltype. This fixes a template resolvation error in std::max. 10 years ago
TimQu 12287e5090 small fix for building MAs 10 years ago
TimQu f681206393 building markov automata from prism code 10 years ago
TimQu 4496b53002 merge fixes 10 years ago
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 10 years ago
TimQu 80a7126313 postprocessing for pareto curve queries 10 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 10 years ago
dehnert a699272dc6 renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests 10 years ago
dehnert f3fa90cc37 more work towards exact solving 10 years ago
PBerger be9648fc18 Added -fPIC to Sylvan. Since it is linked into Storm it is necessary for relocation to be possible, hence PIC. 10 years ago
Mavo 17ba53dafa Division by Interval not supported 10 years ago
dehnert 2096c54b84 more explicit instantiations for rational function and some more tests for eigen solver 10 years ago
dehnert 4e14ecb869 made elimination-based linear solver work in an alpha version. changed minor things in Eigen's SparseLU implementation to make it work with rational numbers and rational functions 10 years ago
dehnert 512a1ec558 added special label 'deadlock' to models and builders 10 years ago
dehnert 74ee726e35 fixed some typos 10 years ago
dehnert f3701f66fb bugfix for symbolic reachability reward computation 10 years ago
dehnert 71bfb45220 added check for multiple writes to the same global variable in explicit JANI next-state generator 10 years ago
dehnert 7861df4f20 JANI next-state generator appears to be working (without rewards) 10 years ago
TimQu 669e9c6352 fix regarding creation of downward closure in 3D 10 years ago
dehnert 08112d98aa more work on JANI next state generator and the corresponding tests 10 years ago
dehnert 05fecb03b3 started on introducing multiple initial locations in JANI models 10 years ago
dehnert b62f8819b9 JANI next-state generator can now generate transitions from silent edges 10 years ago
dehnert 000a8c2d77 more work on JANI next-state generator 10 years ago
TimQu abfa23c4de missing override 10 years ago
dehnert 1d3539ab9a factored out some parts from the PRISM next-state generator into the superclass 10 years ago
TimQu 1a18ea3aec fixed the case where a maximal end componend decomposition is requested for an empty subsystem 10 years ago
TimQu d496e71169 linear transformation for polytopes 10 years ago
TimQu 5310793653 minor fixes and debug output 10 years ago
dehnert ddf165d4d3 more work on tearing PRISM-specific functionality out of the explicit model builder 10 years ago
dehnert 6655ee41d8 started to restructure explicit model builder to make it fit for JANI models 10 years ago
TimQu 2bab103a87 numerical and pareto queries 10 years ago
dehnert ca57e22abc started profiling 10 years ago
TimQu fb1fa2f23c implemented the LP solving to find a separating halfspace 10 years ago
TimQu f529816df4 WeighedObjectives model checking, first version for multi-objective achievability queries 10 years ago