PBerger
0717ffe053
Added AND_EXISTS to sylvan+RationalFunction
Former-commit-id: 7b462145cf
9 years ago
PBerger
9eee889539
Added missing parameter to #ifdef - its gettings late.
Former-commit-id: 4c2ab46ed5
9 years ago
PBerger
74a14a046c
Merge branch 'future' into sylvanRationalFunctions
# Conflicts:
# resources/3rdparty/CMakeLists.txt
# src/utility/sylvan.h
Former-commit-id: c43dd66b20
9 years ago
PBerger
867de852ab
Added the conditional debug output in the wrapper to the tracked code.
Former-commit-id: adb9cebbd5
9 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
9 years ago
Mavo
221bb59af1
CURL instead of curl
Former-commit-id: decafed99d
9 years ago
dehnert
510e525274
removed unnecessary define for boost::variant problem
Former-commit-id: 9c64abbbda
9 years ago
dehnert
cc958bedf0
fixed wrong usage of boost::variant in NextStateGenerator
Former-commit-id: 0ba0e8d565
9 years ago
PBerger
bc7e533d6b
Some debug,
Former-commit-id: aed81724ca
9 years ago
PBerger
dbbae87962
Fixed template specialization.
Re-Implemented terminal generation.
Former-commit-id: 253f95b673
9 years ago
PBerger
b01abf831b
Fixing template spec.
Former-commit-id: bc121341e3
9 years ago
PBerger
cdff7d4b0f
Added template specialization for getIdentity.
Former-commit-id: 082b985333
9 years ago
PBerger
6ced56a0cc
More ptr fixes.
Former-commit-id: f1f01a0eec
9 years ago
PBerger
1345f018fc
Fixed some issues with pointers.
Former-commit-id: a7fddc12f3
9 years ago
PBerger
9e90f41608
Implemented functions for BDD -> ADD conversion and some helpers.
Former-commit-id: 78c9003366
9 years ago
Mavo
e258fe4fd2
Merge branch 'no_carl' into future
Former-commit-id: bdb503bc83
9 years ago
Mavo
e6abef0615
Pass compiler through to resources
Former-commit-id: 250d0e9890
9 years ago
sjunges
14fc78bdec
boost minimal is 1.57
Former-commit-id: a702567f95
9 years ago
sjunges
7938ce448e
trying to fix boost variant by adding a define
Former-commit-id: 91c98c91a0
9 years ago
sjunges
7e0d519670
add carl to resource dependency
Former-commit-id: 5e8cdbafdb
9 years ago
sjunges
ae9073ac50
moved cpplint in 3rdparty
Former-commit-id: abccea7438
9 years ago
sjunges
240f2291c6
some work towards documentation
Former-commit-id: 3a058f67bb
9 years ago
sjunges
b11ba27c34
some documentation stub
Former-commit-id: d12de914cd
9 years ago
sjunges
fdbc0bf694
moved doxygen generation file to the resources
Former-commit-id: 445879a8bf
9 years ago
sjunges
61e817cccf
apple support for xerces
Former-commit-id: 52f7d2e6d8
9 years ago
Mavo
5b8cf447c7
Small changes in tests to compile without Carl
Former-commit-id: 6ec191ce0a
9 years ago
PBerger
291f120cc0
Added the encoding and identity test for Rational Functions.
Former-commit-id: ed9695a5e2
9 years ago
Mavo
566cef0f91
Started on compiling without Carl
Former-commit-id: 5e0895d7c5
9 years ago
PBerger
157c9f4f5a
Reverted MINONE change.
Former-commit-id: 047c8175aa
9 years ago
PBerger
c4b7d778f3
Add MINONE macro back into lace.h
Former-commit-id: 8eb55b63c2
9 years ago
PBerger
fb4bfd724d
Reverted lace.h back to find the regression.
Former-commit-id: 03d4d796f3
9 years ago
PBerger
9511ecc9e4
Fixed Copy&Paste Error.
Former-commit-id: 3b06dc0ba4
9 years ago
PBerger
74f8efb0f9
Fixed Copy&Paste errors.
Former-commit-id: 5e503a0ae4
9 years ago
PBerger
53ca0f190a
More template instances.
Former-commit-id: c019bad31b
9 years ago
PBerger
2726f3b96e
Merge branch 'future' into sylvanRationalFunctions
Former-commit-id: 7a3c28a619
9 years ago
sjunges
c3972e07aa
remove some wrongfully created files
Former-commit-id: 2e75d30876
9 years ago
sjunges
f2f5552708
improvements on carl include
Former-commit-id: a70b0d693a
9 years ago
sjunges
a36b8ede7b
minimal compiler versions, otherwise an error :)
Former-commit-id: 8f638492ed
9 years ago
sjunges
5148cd71ea
marked several CMAKE_VARIABLES as advanced to avoid cluttering ccmake
Former-commit-id: ff9248b055
9 years ago
sjunges
79476a3eed
if carl is not found, use shipped version
Former-commit-id: c3fe281040
9 years ago
sjunges
e5c7c93d33
awkward types and cmake goes wrong
Former-commit-id: 2f1bf7b21c
9 years ago
PBerger
1eb3335f22
Mooooore template instances!
Former-commit-id: 6da42f16c5
9 years ago
PBerger
07d4848f55
Fixed missing include in InternalSylvanAdd.cpp
Added simple test for Sylvan + RationalFunctions.
Former-commit-id: ffb747a861
9 years ago
PBerger
ca65cecbfd
Fixed a few of Sylvans nasty habits.
Former-commit-id: e965a8f613
9 years ago
sjunges
85f29ee744
Typo in diagnostic ignored fixed
Former-commit-id: 51559c8982
9 years ago
sjunges
c9593b9e98
trying to fix the boost variant stuff differently
Former-commit-id: a1fb8efece
9 years ago
sjunges
9398cfa54a
gcc pendantic warning switched off
Former-commit-id: c5b389f737
9 years ago
sjunges
155052b971
refactor & fixes after refactoring
Former-commit-id: f1746cf6e4
9 years ago
sjunges
8d714bdd17
cudd needs autoreconf + refactor
Former-commit-id: b7f13d3c45
9 years ago
sjunges
a6e4c3f6fd
hotfix for boost-variants, might be moved later on
Former-commit-id: 9e1193bbd9
9 years ago