12 Commits (26aba5ebb2bf5329e66790dad0856207f4937aeb)

Author SHA1 Message Date
dehnert 56b5b98a2c towards strategy generation in game solver 8 years ago
dehnert bde84d0073 fixed symbolic game solver wrt. illegal masks. numerical solving step in game-based model checker working, but no refinement yet. 8 years ago
dehnert 8b29ab079c fixed some bugs in custom cudd functions 8 years ago
dehnert 5fcc2e9e7e created separate version of Cudd_addToBddApply to deal with negated edges in resulting BDDs 8 years ago
dehnert 6168af3c99 intermediate commit in an attempt to have proper cudd support for some operations 8 years ago
dehnert 24667fffc4 added cudd functions for equal/less/less_equal/greater/greater_equal that directly return a BDD instead of an ADD 8 years ago
dehnert b8f08c41c7 adapted the custom dd operations to work again 9 years ago
dehnert cef8a242ba started to make game-based abstraction work again 9 years ago
dehnert dd0813b8c4 cudd3 now working, but tests segfaulting 9 years ago
dehnert 97d9ecccbb started making cudd3 work 9 years ago
sjunges f1c151be26 cudd 3.0 added to resources 9 years ago
sjunges 1e1400d68d merge 9 years ago
dehnert cb58b79e24 moved cudd's c++ objects to a separate namespace in an attempt to make cudd and sylvan coexist without name clashes 9 years ago
sjunges 14639525b6 Revert "xerces on gitignore fix" 9 years ago
dehnert 82f2927500 xerces on gitignore fix 9 years ago
dehnert 6c804732e1 introduced (probably buggy) versions of existsAbstractRepresentative on BDDs and prob0 for games 9 years ago
dehnert 0cfc4dfd4d (re)introduced min/maxAbstractRepresentative for ADDs 9 years ago
dehnert 21627fbab4 Started to get rid of some warnings. In particular this means making the compiler more silent for third-party stuff. 9 years ago
dehnert d787b80fec CTMC examples now build properly using the DD-based model generator. 10 years ago
dehnert 6078e07476 First version of DD iterator; small test included. 11 years ago
dehnert 5fe7ffe51a Added missing function declaration in CUDD'c C++ interface. Started on an iterator for DD valuations. 11 years ago
dehnert 61d4bb956c Added functionality to compare two ADDs up to a given precision. Added logical operator overloads to DD interface. Added tests for all new features. 11 years ago
dehnert 88d9f36ef4 Added min/max abstract over DD variables to CUDD (actual code taken from PRISM). Added more tests for DD layer. Fixed some bugs in the DD layer. 11 years ago
PBerger 11198c648c Fixed include pathes for CUDD in CMakeLists.txt 11 years ago
PBerger 7812c6639e Added missing obj/cuddObj files 11 years ago