Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guicho271828/dd-schema

A higher-level helper library for CL-CUDD.
https://github.com/guicho271828/dd-schema

Last synced: 29 days ago
JSON representation

A higher-level helper library for CL-CUDD.

Awesome Lists containing this project

README

        

# DD-schema

This is a higher-level helper library
for [CL-CUDD](https://github.com/guicho271828/cl-cudd).

It helps defining a schema for A/B/ZDD variables that represent a certain structure,
such as numbers, symbolic variables, flags and so on.

A schema forms a tree, and a leaf node and an intermediate node in this tree is
called a leaf schema and an compound schema.
An compound schema can contain several sub-schema, similar to classes.