82 Commits (85a4376e399b2517138291179b422a2fb9f615f1)

Author SHA1 Message Date
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 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
PBerger 8d59e1c91e Removed an config input file from the repo 11 years ago
PBerger 59ca0373a5 Removed a template specialization for std::less with the SafraTree. 11 years ago
PBerger 8e93238e18 Fixed a stray void* to char* conversion (still trying to please Clang) 11 years ago
PBerger 08a30c6aad Patched types for the strange version of qsort included in CUDD 11 years ago
PBerger 1a4a32a1c5 Next take at static modifiers for Clang. 11 years ago
PBerger 1d6b6c83e0 Fixed header/implementation mismatches which Clang detects and can not ignore. 11 years ago
PBerger c4c690908a Removed "static" modifier from functions which are defined as EXTERN in a header file 11 years ago
PBerger 11198c648c Fixed include pathes for CUDD in CMakeLists.txt 11 years ago
PBerger c9d3012adb Removed the superfluous main file from ltl2dstar, so that CMake will not compile it and include its main() in Storm 11 years ago
PBerger d0498254f0 Updated gtest from version 1.6.0 to 1.7.0 11 years ago
PBerger 7812c6639e Added missing obj/cuddObj files 11 years ago
PBerger d42a2151c5 Added a CMakeLists.txt for CUDD 11 years ago
PBerger d743e222f7 Refactored ltl2ba to compile under windows 11 years ago
PBerger 1b60b08ca6 Deleted the obsolete boost sources from ltl2dstar 11 years ago
dehnert 12a92fc6ee Several fixes and additions to IR. Modifications to CMakeLists.txt of log4cplus to enable proper compilation under Mac OS. Fixes to coin2.nm. Added global variables to grammar and IR. Established basis for defining undefined constants of the model. Started to write MinimalLabelSetGenerator. 11 years ago
dehnert 1978b39d49 Removed static libs for gtest from repository. 11 years ago
dehnert 947581dd25 Refactored and fixed bugs in explicit model adapter. Added support for labeling of choices of a model. The explicit model adapter uses that functionality to label each choice with the involved PRISM commands. 11 years ago
dehnert bf732ad4c4 Removed static libraries from repository. 11 years ago
PBerger 64c4a0c7c3 Fixed log4cplus CMakeLists.txt to default to C++11 on GCC and Clang 11 years ago
PBerger d7f9d1d3c6 Added log4cplus libraries for linux, x86_64 build with clang and its defines.hxx 11 years ago
PBerger df21fbbbde Added new version of Log4CPlus, updated from v1.1.0 to v.1.1.2-rc2 11 years ago
dehnert 0473d1a757 Fixed a lot of issues with the IR and the explicit state space generator. 11 years ago
dehnert d168b1848e Made GMRES and LSCG solution methods work for linear equation solving. Some further work on scheduler guessing. 11 years ago
PBerger 42b9072cbf Implemented TBB Parallelization Support into SparseMatrix.h 12 years ago
PBerger cb770020bf Refactored the Jacobi Decomposition 12 years ago
PBerger c0b454d8b0 Removed debugging output from GmmxxMdpPrctlModelCheckerTest.cpp 12 years ago
PBerger 89909fe8dc Edited all Parsers to lose its class. 12 years ago
PBerger e79a4abc3e Added Windows MSVC2012 x64 Binaries for GTest 12 years ago
PBerger 750c829f7a Fixed CUDD Project Setup. 12 years ago
PBerger 7d82a44d53 Added Windows Binaries from VC2012 x64 to Repo. Will be cherry-picked back to master. 12 years ago
PBerger 02d0f9e1ea Added a Win64 Project for LTL2DStar 12 years ago
Lanchid 81025757f8 Minor fix (Changed function name) 12 years ago
Lanchid a96380259a Added ltl2ba and ltl2dstar to ressources 12 years ago