The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

33 lines
759 B

/**
* @mainpage CUDD Documentation
*
* @brief The CUDD package manipulates Binary Decision Diagrams (BDDs),
* Algebraic Decision Diagrams (ADDs), and Zero-suppressed binary Decision
* Diagrams (ZDDs).
*/
/**
* @defgroup cudd cudd
* @brief The University of Colorado Decision Diagram package.
*
* @defgroup mtr mtr
* @brief Multiway-branching Trees.
*
* @defgroup epd epd
* @brief Extended double precision package.
*
* @defgroup st st
* @brief Symbol Table package.
*
* @defgroup util util
* @brief Low-level utilities.
*
* @defgroup cstringstream cstringstream
* @brief (Simple) stringstreams in C.
*
* @defgroup cplusplus cplusplus
* @brief C++ CUDD wrapper.
*
* @defgroup nanotrav nanotrav
* @brief CUDD test application.
*/