dehnert
44c8877044
fixed a bug in CUDD's existsAbstractRepresentative
Former-commit-id: 2758692922
8 years ago
dehnert
3ea11188b7
fixed an issue in the CMakeLists.txt that prevented carl from being properly loaded if it's not already present
Former-commit-id: 95b83d3988
8 years ago
PBerger
e45b3d2940
Fixed Sylvan implementation of existsAbstractRepresentative.
Added more tests.
Former-commit-id: 6a4003bb5e
8 years ago
dehnert
469d856267
fixed bug in CUDD implementation of existsAbstractRepresentative
Former-commit-id: 0e0d5ca0f0
8 years ago
dehnert
3f15644e60
fixed minor bug in existsAbstractRepresentative
Former-commit-id: 36a4d8d435
8 years ago
dehnert
5bf666be4c
fix in existsAbstractRepresentative
Former-commit-id: c884deaf11
8 years ago
PBerger
be7353358f
Added Test for constants in Cudd/Sylvan.
Added functionality for existsAbstractRepresentative in Sylvan. Still very broken!
Former-commit-id: df2b36a8d8
8 years ago
PBerger
4fff7b39ef
Added template instanziation for storm::RationalFunction.
Added a test for Prism AbstractPrograms with storm::RationalFunction.
Former-commit-id: 5a696149cb
8 years ago
sjunges
2a1c317363
removed debug output from cmake
Former-commit-id: f443a42ba9
8 years ago
sjunges
ba81925c1d
renamed smt2smtsolver to smtlibsmtsolver and cleaned make files
Former-commit-id: 78c74dc9a5
8 years ago
PBerger
0717ffe053
Added AND_EXISTS to sylvan+RationalFunction
Former-commit-id: 7b462145cf
8 years ago
sjunges
6fed20e097
l3pp specific commit, avoid requiring internet connection
Former-commit-id: 38a40f13e9
8 years ago
dehnert
53f83c9214
moved menu-game abstraction to separate folder and made everything compile again
Former-commit-id: a833ca1152
8 years ago
dehnert
c2ec3c7377
changed cmake UPDATE_COMMAND to PATCH_COMMAND as this avoids rebuilds by Xcode
Former-commit-id: 2f3cdafcb2
8 years ago
PBerger
9eee889539
Added missing parameter to #ifdef - its gettings late.
Former-commit-id: 4c2ab46ed5
8 years ago
PBerger
867de852ab
Added the conditional debug output in the wrapper to the tracked code.
Former-commit-id: adb9cebbd5
8 years ago
PBerger
58eb54926c
Fixed Sylvan bugs.
Added a lot of debugging options and output, controlled by #define's.
Added more template specializations for storm::RationalFunction.
Former-commit-id: 416c32d196
8 years ago
Mavo
221bb59af1
CURL instead of curl
Former-commit-id: decafed99d
8 years ago
PBerger
bc7e533d6b
Some debug,
Former-commit-id: aed81724ca
8 years ago
PBerger
6ced56a0cc
More ptr fixes.
Former-commit-id: f1f01a0eec
8 years ago
PBerger
1345f018fc
Fixed some issues with pointers.
Former-commit-id: a7fddc12f3
8 years ago
PBerger
9e90f41608
Implemented functions for BDD -> ADD conversion and some helpers.
Former-commit-id: 78c9003366
8 years ago
Mavo
e6abef0615
Pass compiler through to resources
Former-commit-id: 250d0e9890
8 years ago
sjunges
14fc78bdec
boost minimal is 1.57
Former-commit-id: a702567f95
8 years ago
sjunges
7e0d519670
add carl to resource dependency
Former-commit-id: 5e8cdbafdb
8 years ago
sjunges
ae9073ac50
moved cpplint in 3rdparty
Former-commit-id: abccea7438
8 years ago
sjunges
240f2291c6
some work towards documentation
Former-commit-id: 3a058f67bb
8 years ago
sjunges
fdbc0bf694
moved doxygen generation file to the resources
Former-commit-id: 445879a8bf
8 years ago
sjunges
61e817cccf
apple support for xerces
Former-commit-id: 52f7d2e6d8
8 years ago
PBerger
157c9f4f5a
Reverted MINONE change.
Former-commit-id: 047c8175aa
8 years ago
PBerger
c4b7d778f3
Add MINONE macro back into lace.h
Former-commit-id: 8eb55b63c2
8 years ago
PBerger
fb4bfd724d
Reverted lace.h back to find the regression.
Former-commit-id: 03d4d796f3
8 years ago
sjunges
cfd6926add
a bit of progress
Former-commit-id: bbbb7ff21b
8 years ago
sjunges
81d5105d25
still a linker errror with xerces
Former-commit-id: f11cac5284
8 years ago
sjunges
c3972e07aa
remove some wrongfully created files
Former-commit-id: 2e75d30876
8 years ago
sjunges
f2f5552708
improvements on carl include
Former-commit-id: a70b0d693a
8 years ago
sjunges
5148cd71ea
marked several CMAKE_VARIABLES as advanced to avoid cluttering ccmake
Former-commit-id: ff9248b055
8 years ago
sjunges
79476a3eed
if carl is not found, use shipped version
Former-commit-id: c3fe281040
8 years ago
sjunges
e5c7c93d33
awkward types and cmake goes wrong
Former-commit-id: 2f1bf7b21c
8 years ago
PBerger
ca65cecbfd
Fixed a few of Sylvans nasty habits.
Former-commit-id: e965a8f613
8 years ago
sjunges
155052b971
refactor & fixes after refactoring
Former-commit-id: f1746cf6e4
8 years ago
sjunges
8d714bdd17
cudd needs autoreconf + refactor
Former-commit-id: b7f13d3c45
8 years ago
sjunges
bcbda8bf68
only build glpk if not found on system
Former-commit-id: 1a758fe2d1
8 years ago
sjunges
19f18e7fee
only build xerces if not found on the system
Former-commit-id: 88bb52a710
8 years ago
sjunges
cae5f04d2b
first in a series of refactoring the library inclusion to be more adequate
Former-commit-id: e68ada137e
8 years ago
PBerger
e0647f34eb
Added missing template instantiation.
Added missing function implementation for sylvan OPs.
Former-commit-id: fb10555ca3
8 years ago
PBerger
c8262a3022
Added function for retrieving the ID of the custom leaves.
Former-commit-id: 615cacf3b9
8 years ago
PBerger
a73c48880c
Initial commit.
The basic Implementation compiles. No tests yet.
Former-commit-id: 60b6d0f892
8 years ago
hbruintjes
346d4740d2
Set l3pp project commands empty (header only)
Former-commit-id: d99a6b5f0d
9 years ago
hbruintjes
067b43525b
Add l3pp as project
Former-commit-id: 2ea4009282
9 years ago