1086 Commits (4fff7b39efdba634bc66f19fea068117bf871065)

Author SHA1 Message Date
PBerger 4fff7b39ef Added template instanziation for storm::RationalFunction. 9 years ago
PBerger 1d3bb3010d Fixed merge mistake in InternalSylvanDdManager.cpp 9 years ago
dehnert c1953cda46 started refactoring of abstraction 9 years ago
dehnert 18b0f07581 tweaked Bdd toExpression a bit to be more versatile 9 years ago
dehnert 52577e2740 added game abstraction tests for sylvan and made them work (in particular implemented toExpression for sylvan BDDs) 9 years ago
dehnert 53f83c9214 moved menu-game abstraction to separate folder and made everything compile again 9 years ago
PBerger 58eb54926c Fixed Sylvan bugs. 9 years ago
dehnert 4733643bcf made the games compile again 9 years ago
PBerger dbbae87962 Fixed template specialization. 9 years ago
PBerger b01abf831b Fixing template spec. 9 years ago
PBerger cdff7d4b0f Added template specialization for getIdentity. 9 years ago
PBerger 1345f018fc Fixed some issues with pointers. 9 years ago
PBerger 9e90f41608 Implemented functions for BDD -> ADD conversion and some helpers. 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
PBerger 9511ecc9e4 Fixed Copy&Paste Error. 9 years ago
PBerger 74f8efb0f9 Fixed Copy&Paste errors. 9 years ago
PBerger 53ca0f190a More template instances. 9 years ago
PBerger 1eb3335f22 Mooooore template instances! 9 years ago
PBerger 07d4848f55 Fixed missing include in InternalSylvanAdd.cpp 9 years ago
PBerger e0647f34eb Added missing template instantiation. 9 years ago
PBerger d81f4ca5a8 Code around features that are not available. 9 years ago
PBerger cdb57ed47b Moooore templates. 9 years ago
PBerger 40e40a19b1 Missing template argument replacement. 9 years ago
PBerger 4de8d6c121 Moved code to template specialization because of return type conversion. 9 years ago
PBerger 810e4bbbb0 Added call to GetMTBDD(). 9 years ago
PBerger 4cb70c8093 Fall back on C-style casts. 9 years ago
PBerger 912ad98cbb Copy&Paste fixed. 9 years ago
PBerger a8fa45b89c Fixed call to terminal(type, valPtr) 9 years ago
PBerger 310fe8ecf9 Meh. Fix. 9 years ago
PBerger 542fcb8e8c More fixes. 9 years ago
PBerger 16e287ca8f Fixes. 9 years ago
PBerger 807aa90fa6 Added missing instantiations. 9 years ago
PBerger a0dd2064c1 Started adding stuff to src/storage/dd/sylvan/InternalSylvanDdManager. 9 years ago
hbruintjes ebe6775b27 Fix missing ValueType template arguments (which defaulted to double) 9 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
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 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