339 Commits (f06deb0407e9b780cd91261dbd28d6478d4a7120)

Author SHA1 Message Date
dehnert 7ea0cb19b3 added some new functions to sylvan. isolated new code to make it easier to update sylvan to newer versions later 9 years ago
dehnert 8eb3720f91 more work on sylvan integration 9 years ago
dehnert 6c1a21c43f added more functions in sylvan 9 years ago
dehnert 472851508c changed return type of equal, notEqual, less, lessOrEqual, greater, greaterOrEqual to BDD since returning an ADD is logically not quite correct 9 years ago
dehnert 8194454621 more work on making sylvan mtbdds work 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
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 9 years ago
dehnert 7080f954b9 Fixed sylvan cmake file to also work with xcode (stripping the build type from the directory) 9 years ago
dehnert 226c77db77 added sylvan and started making it compile using cmake 9 years ago
dehnert 97e302a78c guarded timeouts in z3 by ifdef-guards 9 years ago
sjunges 703013b97c program, vector, gurobi 9 years ago
dehnert 59501dd347 removed some object files of xerces. started working on smt-based permissive schedulers 9 years ago
sjunges 14639525b6 Revert "xerces on gitignore fix" 9 years ago
dehnert 82f2927500 xerces on gitignore fix 9 years ago
sjunges e9b4aa5de4 xerces 2nd part 9 years ago
sjunges 73073d2fff Added Xerces 9 years ago
sjunges 288f34b083 Added Xerces 9 years ago
dehnert 1c42ed792b fixed some bugs, added some test, added some prob1 algorithm, and did some stuff, you know? 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
sjunges bdb105ce85 cmake: marked several variables as advanced 9 years ago
dehnert f9f5a4e206 reincluded tbb in gmm. fixed missing header. extended formula parser to return multiple formulas 9 years ago
dehnert bb7d4c3b0e update for gmm++: 4.2 to 5.0 9 years ago
David_Korzeniewski 7521be7408 Fixed some problems on windows. 9 years ago
dehnert d7f1012509 got rid of more warnings 9 years ago
dehnert 56b4f53ce7 got rid of more warnings 9 years ago
sjunges 1bb4d2c0ae silenced glpk warnings for clang on OSX 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
David_Korzeniewski d4f051c4f0 Fixed Windows build 10 years ago
dehnert d787b80fec CTMC examples now build properly using the DD-based model generator. 10 years ago
dehnert 913aa83dbc Removed ltl2dstar. 10 years ago
dehnert f5f2a2dd4c Added expression evaluation (header-only) library exprtk and a corresponding evaluator class. 10 years ago
dehnert 6078e07476 First version of DD iterator; small test included. 11 years ago
PBerger f2383ccfb5 Added missing definitions required for CUDD to compile under 64bit architectures. 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 5a4730ae22 When exporting DDs to the dot format, edges leading to the zero node are now suppressed. Also, nodes in the dot file are now labeled with variable names (+ the number of the bit). 11 years ago
PBerger 94b25c02ca Fixed bugs in some files. 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 a964846e2d Added cusplibrary as a git submodule. 11 years ago
PBerger 2ad5e57db2 Refactored version handling. Its now done via Tags in GIT. 11 years ago
PBerger 7c93109773 Updated Intel Threading Building Blocks to Version 4.2. 11 years ago
PBerger 533692914d Upgraded shipped version of eigen to 3.2.1. Official release comment: This is a maintenance release with many bug fixes since the release of 3.2.0 half a year ago. The support for Eigen2 is now marked as deprecated and will be removed in the forthcoming 3.3 release. There are also some limited performance improvements and added functionality in the 3.2.1 release. 11 years ago
PBerger 38659f01f9 Reintegrated needed changes in the log4cplus CMakeLists.txt files. 11 years ago
PBerger 59b7ca39d9 Updated log4CPlus to latest version containing bugfixes. 11 years ago
PBerger f0aa54823e Added glpk to resources. 11 years ago
dehnert 588a4b60b6 Refactored linear equation solvers and nondeterministic linear equation solvers. Added functional tests for both. 11 years ago
PBerger c242dcbd97 Refactored CMakeLists.txt for better editing and overview 11 years ago
PBerger 6fca000233 Removed defines.hxx from source tree 11 years ago
dehnert e4e4c783da Readded defines.hxx. 11 years ago