#include <tarski.h>
Public Member Functions | |
Operator_t | type () |
Fnode * | lchild () |
Fnode * | rchild () |
int | node_print () |
Prints a single node. | |
F | operator & (F B) |
F | operator| (F B) |
F | operator% (F B) |
F | operator^ (F B) |
F | operator== (F B) |
F | operator<< (F B) |
F | operator, (F B) |
F | operator>> (F B) |
F | operator! () |
int | operator() (cube) |
Public Attributes | |
Fnode * | raw |
Definition at line 109 of file tarski.h.
|
Definition at line 113 of file tarski.h. References Fnode::lchild. Referenced by nodeComputeBdd(), nodeGetSupportRecur(), operator()(), restrict(), and ri(). |
|
Prints a single node. Needs a great deal of elaboration. Definition at line 358 of file node.c. References Fnode::lchild, Fnode::rchild, and Fnode::type. |
|
Definition at line 116 of file tarski.h. References raw. |
|
Definition at line 124 of file tarski.h. References raw. |
|
Definition at line 118 of file tarski.h. References raw. |
|
Function******************************************************************** Synopsis [Overloading the function call operator to take a cube, evaluate the node.] Description [Overloading the function call operator to take a cube, evaluate the node.] Definition at line 401 of file bdd.c. References And_c, Iff_c, lchild(), node_test_is_boolean(), Not_c, Or_c, raw, rchild(), and type(). |
|
Definition at line 122 of file tarski.h. References raw. |
|
Definition at line 121 of file tarski.h. References raw. |
|
Definition at line 120 of file tarski.h. References raw. |
|
Definition at line 123 of file tarski.h. References raw. |
|
Definition at line 119 of file tarski.h. References raw. |
|
Definition at line 117 of file tarski.h. References raw. |
|
Definition at line 114 of file tarski.h. References Fnode::rchild. Referenced by listlength(), nodeComputeBdd(), nodeGetSupportRecur(), operator()(), restrict(), and ri(). |
|
Definition at line 112 of file tarski.h. References Operator_t, and Fnode::type. Referenced by listlength(), nodeComputeBdd(), nodeGetSupportRecur(), operator()(), restrict(), and ri(). |
|