Crate oxidd_core

source
Expand description

Collection of fundamental traits and types to represent decision diagrams

§Overview

One of the most central traits is Manager. The manager is responsible for storing the nodes of a decision diagram (InnerNodes and terminal nodes) and provides Edges to identify them.

From the user’s perspective, Function is very important. A function is some kind of external reference to a node and is the basis for assigning semantics to nodes and providing operations such as applying connectives of boolean logic.

Modules§

Structs§

Enums§

  • Either an inner or a terminal node
  • Result of the attempt to create a new node

Traits§

Type Aliases§