[][src]Module zdd::wrapped

ZDDs containing their factory.

They are equipped with the following operators:

Unary operatorsBinary operators
zdd | elemoffset of elm in zddlhs + rhsunion
zdd % elmonset of elm in zddlhs - rhsdifference
zdd ^ elmchange of elm in zddlhs & rhsintersection
lhs << rhssubset

Re-exports

pub use crate::factory;
pub use crate::Iterator;
pub use crate::ZddTree;
pub use crate::ZddTreeOps;

Structs

Zdd

A wrapper around a ZDD and its factory.

Traits

ZddPrint

Printing and logging to graphviz.

Functions

mk_factory

Creates a thread-safe factory.

Type Definitions

Factory

An Arc of a factory.