|
|
@ -1,3 +1,5 @@ |
|
|
|
#include <algorithm>
|
|
|
|
|
|
|
|
#include "src/storage/dd/Bdd.h"
|
|
|
|
#include "src/storage/dd/Add.h"
|
|
|
|
#include "src/storage/dd/Odd.h"
|
|
|
@ -360,4 +362,4 @@ namespace storm { |
|
|
|
template Add<DdType::Sylvan, double> Bdd<DdType::Sylvan>::ite(Add<DdType::Sylvan, double> const& thenAdd, Add<DdType::Sylvan, double> const& elseAdd) const; |
|
|
|
template Add<DdType::Sylvan, uint_fast64_t> Bdd<DdType::Sylvan>::ite(Add<DdType::Sylvan, uint_fast64_t> const& thenAdd, Add<DdType::Sylvan, uint_fast64_t> const& elseAdd) const; |
|
|
|
} |
|
|
|
} |
|
|
|
} |