-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgroups.dox
More file actions
33 lines (32 loc) · 759 Bytes
/
groups.dox
File metadata and controls
33 lines (32 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/**
* @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.
*/