158 Commits (ed6d299d464d01345fedcf5e2def7b2a6db3b360)

Author SHA1 Message Date
dehnert 2ea5fd7418 fix in sylvan, minor changes to cmake list 9 years ago
dehnert a01e46779f CMake now requiring hwloc for sylvan under linux 9 years ago
sjunges 73ed137587 support for gurobi 6.5.0 on MacOS 9 years ago
sjunges 1e1400d68d merge 9 years ago
sjunges 096778a5d0 assorted fixes (builder for no-fix-deadline, semicolon, xercesbuild) 9 years ago
dehnert 0708672a68 removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD 9 years ago
dehnert b7ea918d1b update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754) 9 years ago
dehnert 7f75db2790 ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working. 9 years ago
dehnert f2a01afbdf ODD-based stuff working for Sylvan. Almost all tests passing 9 years ago
dehnert 36a6e9e76e more work on sylvan ODD-related stuff 9 years ago
dehnert ebe9ccbb15 some work on DD stuff 9 years ago
dehnert 4a772fe48d fixed bug in sylvan 9 years ago
dehnert 693dce8618 update to newest version of sylvan 9 years ago
dehnert e43bdfaaaa more work on the dd stuff *sigh* 9 years ago
dehnert 598ed08116 worked in newest sylvan changes to api 9 years ago
dehnert 5a0c54034e committed missing files 9 years ago
dehnert fb4c103320 merged sylvan updates into the sylvan copy. made more tests work 9 years ago
dehnert 0fee7d40a6 fixed bug in sylvan 9 years ago
dehnert 10996b4ab5 more work on sylvan 9 years ago
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
sjunges e8408cdc7b gurobi 6.05 for mac os support - second try 9 years ago
sjunges 4425368e0c gurobi 6.05 for mac os support 9 years ago
sjunges bdb105ce85 cmake: marked several variables as advanced 9 years ago
sjunges 0a061274b6 support for downloaded version of z3 9 years ago
sjunges 7722165256 Support for gurobi 602 9 years ago
dehnert f9f5a4e206 reincluded tbb in gmm. fixed missing header. extended formula parser to return multiple formulas 9 years ago
sjunges c7becb3c60 improved cmake for z3 and gurobi 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
sjunges 9c0b5b028c Finding z3 in system, cleaned some cmakelists. 9 years ago