File:BDD diagram with complemented edges 2.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

BDD_diagram_with_complemented_edges_2.png(164 × 537 pixels, file size: 22 KB, MIME type: image/png)

Captions

Captions

Binary Decision Diagram using Complemented Edges

Summary[edit]

Description
English: DOT file from which the picture was created

``` digraph DD { // Nodes node [shape=none]; ref [label=<@>];

node [shape=circle]; n1 [label=<x1>]; n2 [label=<x2>]; n3 [label=<x2>]; n4 [label=<x3>]; node [shape=box]; nT [label=<1>];

// Edges ref -> n1; n1 -> n3 [style=dashed, label=<0>]; n1 -> n2 [style=solid, label=<1>]; n2 -> nT [style=dashed, label=<0>, dir=<both>, arrowtail=<odot>]; n2 -> nT [style=solid, label=<1>]; n3 -> n4 [style=dashed, label=<0>, dir=<both>, arrowtail=<odot>]; n3 -> n4 [style=solid, label=<1>]; n4 -> nT [style=dashed, label=<0>, dir=<both>, arrowtail=<odot>]; n4 -> nT [style=solid, label=<1>];

// Ranks { rank=same; n1 } { rank=same; n2, n3 } { rank=same; n4 } { rank=same; nT } }

```
Date
Source Own work
Author Soelvsten

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current09:03, 19 March 2024Thumbnail for version as of 09:03, 19 March 2024164 × 537 (22 KB)Soelvsten (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: