sjunges
|
71d37705dd
|
fix path for cudd3 lib
Former-commit-id: 7ed4b553ce
|
9 years ago |
sjunges
|
3008546623
|
to prevent confusion, explicitely force static builds for cudd 2.5.0
Former-commit-id: a41fc373f8
|
9 years ago |
sjunges
|
002f4128f5
|
fixed name of variable for storm xml support
Former-commit-id: f9edf588d5
|
9 years ago |
dehnert
|
97d9ecccbb
|
started making cudd3 work
Former-commit-id: bc791536bb
|
9 years ago |
sjunges
|
167cbbe04f
|
updates for cudd inclusion - Warning: This does not compile
Former-commit-id: 8bb08265c1
|
9 years ago |
sjunges
|
114f46d299
|
added cudd3 to cmake
Former-commit-id: 6298216603
|
9 years ago |
sjunges
|
f1c151be26
|
cudd 3.0 added to resources
Former-commit-id: 4fb3e824ec
|
9 years ago |
sjunges
|
fc1dd999b2
|
only build xercesc if xml input format support is required
Former-commit-id: ce58e72eed
|
9 years ago |
sjunges
|
0380997e1d
|
removed eigen3
Former-commit-id: 2e7e5b5253
|
9 years ago |
dehnert
|
4970268ae1
|
fixed gtest for xcode (cmake)
Former-commit-id: b391eef46c
|
9 years ago |
sjunges
|
50c0df75d8
|
towards supporting xcode generator again
Former-commit-id: 9a3142f242
|
9 years ago |
sjunges
|
845d9f60ed
|
support for platforms with libtool using a different standard lib folder and gtest is built with the same compiler as the project now
Former-commit-id: 22d32c55a0
|
9 years ago |
sjunges
|
471ae19438
|
refactored further parts of the external library building
Former-commit-id: 81ab395bb1
|
9 years ago |
sjunges
|
f20d479328
|
we dont need log4cplus tests and logging server
Former-commit-id: 88df479584
|
9 years ago |
sjunges
|
0de91e0284
|
disable warnings for glpk build
Former-commit-id: e2a86ed18d
|
9 years ago |
sjunges
|
70ee3396d9
|
we said goodbye to glpk 4.53
Former-commit-id: 0d8fe9d5bc
|
9 years ago |
sjunges
|
3d0826849e
|
glpk 4.57 for the winners
Former-commit-id: 568dad7ba4
|
9 years ago |
sjunges
|
c319a997da
|
cmake lists from future
Former-commit-id: b3bc2f1bfb
|
9 years ago |
sjunges
|
a9bd5724c0
|
Silenced warnings about superfluous parentheses, they are more disturbing than helpful
Former-commit-id: 09e1b6691d
|
9 years ago |
dehnert
|
5cd8254263
|
use better version of FindGMP for sylvan as well
Former-commit-id: 0159a092f2
|
9 years ago |
dehnert
|
2ea5fd7418
|
fix in sylvan, minor changes to cmake list
Former-commit-id: 96adc0c187
|
9 years ago |
sjunges
|
1e1400d68d
|
merge
Former-commit-id: eb9efc4bb2
|
9 years ago |
sjunges
|
096778a5d0
|
assorted fixes (builder for no-fix-deadline, semicolon, xercesbuild)
Former-commit-id: 7ae9bcd61e
|
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
Former-commit-id: 720dc3a9c4
|
9 years ago |
dehnert
|
b7ea918d1b
|
update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754)
Former-commit-id: 828e13307f
|
9 years ago |
dehnert
|
7f75db2790
|
ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working.
Former-commit-id: b11b2f7476
|
9 years ago |
dehnert
|
f2a01afbdf
|
ODD-based stuff working for Sylvan. Almost all tests passing
Former-commit-id: a6eef37d37
|
9 years ago |
dehnert
|
36a6e9e76e
|
more work on sylvan ODD-related stuff
Former-commit-id: 142f57620a
|
9 years ago |
dehnert
|
ebe9ccbb15
|
some work on DD stuff
Former-commit-id: 50ca51d264
|
9 years ago |
dehnert
|
4a772fe48d
|
fixed bug in sylvan
Former-commit-id: 0fd69e20a1
|
9 years ago |
dehnert
|
693dce8618
|
update to newest version of sylvan
Former-commit-id: c727c9c57a
|
9 years ago |
dehnert
|
e43bdfaaaa
|
more work on the dd stuff *sigh*
Former-commit-id: df8e227336
|
9 years ago |
dehnert
|
598ed08116
|
worked in newest sylvan changes to api
Former-commit-id: 6dc877753c
|
9 years ago |
dehnert
|
5a0c54034e
|
committed missing files
Former-commit-id: c72bc0b44d
|
9 years ago |
dehnert
|
fb4c103320
|
merged sylvan updates into the sylvan copy. made more tests work
Former-commit-id: 18023e03c2
|
9 years ago |
dehnert
|
0fee7d40a6
|
fixed bug in sylvan
Former-commit-id: ef04d0c682
|
9 years ago |
dehnert
|
10996b4ab5
|
more work on sylvan
Former-commit-id: c1bfcd83ee
|
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
Former-commit-id: 6b489993a5
|
9 years ago |
dehnert
|
8eb3720f91
|
more work on sylvan integration
Former-commit-id: 1bd63e5373
|
9 years ago |
dehnert
|
6c1a21c43f
|
added more functions in sylvan
Former-commit-id: f2e0c158a6
|
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
Former-commit-id: 64bf8b0704
|
9 years ago |
dehnert
|
8194454621
|
more work on making sylvan mtbdds work
Former-commit-id: 98454b0ff4
|
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
Former-commit-id: 425381c8e8
|
9 years ago |
dehnert
|
8bf0f3c87e
|
apparently, changing the DD interface implies some other changes as well...
Former-commit-id: c5cedc720f
|
9 years ago |
dehnert
|
7080f954b9
|
Fixed sylvan cmake file to also work with xcode (stripping the build type from the directory)
Former-commit-id: 5c934c7793
|
9 years ago |
dehnert
|
226c77db77
|
added sylvan and started making it compile using cmake
Former-commit-id: b6b6171d0f
|
9 years ago |
dehnert
|
97e302a78c
|
guarded timeouts in z3 by ifdef-guards
Former-commit-id: 1bf463686a
|
9 years ago |
sjunges
|
703013b97c
|
program, vector, gurobi
Former-commit-id: 6cfaf78d59
|
9 years ago |
dehnert
|
59501dd347
|
removed some object files of xerces. started working on smt-based permissive schedulers
Former-commit-id: de95333225
|
9 years ago |
sjunges
|
14639525b6
|
Revert "xerces on gitignore fix"
This reverts commit 82f2927500 [formerly c2cc388ce7 ].
Former-commit-id: 9e76890660
|
9 years ago |