This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sp
/
tempest
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Added DdType::None to encode that an explicit representation should be used.
tempestpy_adaptions
Tim Quatmann
4 years ago
parent
1929cfaf77
commit
d49210ac2e
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
src/storm/storage/dd/DdType.h
1
src/storm/storage/dd/DdType.h
View File
@ -4,6 +4,7 @@
namespace
storm
{
namespace
dd
{
enum
class
DdType
{
None
,
CUDD
,
Sylvan
}
;
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
sp/tempest
Title
Body
Create Issue