#include <tarski.h>
Public Member Functions | |
| cube () | |
| ~cube () | |
| int | operator[] (F) |
| void | insert (F, int) |
Public Attributes | |
| st_table * | nodeToValue |
Definition at line 252 of file tarski.h.
|
|
Function******************************************************************** Synopsis [Constructor for cube class] Description [Constructor for cube class] Definition at line 326 of file bdd.c. References node_cmp(), node_hash(), and nodeToValue. |
|
|
Function******************************************************************** Synopsis [Destructor for cube class] Description [Destructor for cube class] |
|
||||||||||||
|
Function******************************************************************** Synopsis [Insert a value into the cube] Description [Insert a value into the cube] SideEffects [] SeeAlso [] Definition at line 382 of file bdd.c. References nodeToValue, and F::raw. |
|
|
Function******************************************************************** Synopsis [Overload the array operator to perform lookups] Description [Overload the array operator to perform lookups] SideEffects [] SeeAlso [] Definition at line 358 of file bdd.c. References nodeToValue, and F::raw. |
|
|
Definition at line 254 of file tarski.h. Referenced by cube(), insert(), operator[](), and test_bdd(). |
1.3.9.1