#include "rwr.h"
Go to the source code of this file.
Functions | |
| void | Rwr_ManPrecompute (Rwr_Man_t *p) |
| FUNCTION DEFINITIONS ///. | |
| Rwr_Node_t * | Rwr_ManAddNode (Rwr_Man_t *p, Rwr_Node_t *p0, Rwr_Node_t *p1, int fExor, int Level, int Volume) |
| Rwr_Node_t * | Rwr_ManAddVar (Rwr_Man_t *p, unsigned uTruth, int fPrecompute) |
| void | Rwr_Trav_rec (Rwr_Man_t *p, Rwr_Node_t *pNode, int *pVolume) |
| int | Rwr_ManNodeVolume (Rwr_Man_t *p, Rwr_Node_t *p0, Rwr_Node_t *p1) |
| void | Rwr_ManIncTravId (Rwr_Man_t *p) |
| Rwr_Node_t * Rwr_ManAddNode | ( | Rwr_Man_t * | p, |
| Rwr_Node_t * | p0, | ||
| Rwr_Node_t * | p1, | ||
| int | fExor, | ||
| int | Level, | ||
| int | Volume ) |
Function*************************************************************
Synopsis [Adds one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 206 of file rwrLib.c.


| Rwr_Node_t * Rwr_ManAddVar | ( | Rwr_Man_t * | p, |
| unsigned | uTruth, | ||
| int | fPrecompute ) |
Function*************************************************************
Synopsis [Adds one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 253 of file rwrLib.c.


| void Rwr_ManIncTravId | ( | Rwr_Man_t * | p | ) |
Function*************************************************************
Synopsis [Adds one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 350 of file rwrLib.c.

| int Rwr_ManNodeVolume | ( | Rwr_Man_t * | p, |
| Rwr_Node_t * | p0, | ||
| Rwr_Node_t * | p1 ) |
Function*************************************************************
Synopsis [Adds one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 330 of file rwrLib.c.


| void Rwr_ManPrecompute | ( | Rwr_Man_t * | p | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Precomputes the forest in the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file rwrLib.c.


| void Rwr_Trav_rec | ( | Rwr_Man_t * | p, |
| Rwr_Node_t * | pNode, | ||
| int * | pVolume ) |
Function*************************************************************
Synopsis [Adds one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 307 of file rwrLib.c.

