Skip to content

Added function to dump dot format of a DdArray#3

Open
mikand wants to merge 2 commits into
masterfrom
ddmanager_dumpdot_extension
Open

Added function to dump dot format of a DdArray#3
mikand wants to merge 2 commits into
masterfrom
ddmanager_dumpdot_extension

Conversation

@mikand
Copy link
Copy Markdown
Contributor

@mikand mikand commented Jul 22, 2020

An example use of this feature is:

import repycudd

mgr = repycudd.DdManager()
v = mgr.NewVar()
vec = mgr.Vector(v1)

mgr.DumpDotArray(vec, '/tmp/testfile.dot')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant