Version: 1.0
Functions
tree2dag_identities.cpp File Reference
#include "tree2dag_identities.h"

Go to the source code of this file.

Functions

void FindAndLinkIdentiesRec (BinaryDrag< conact >::node *n1, BinaryDrag< conact >::node *n2)
 
void Tree2DagUsingIdentitiesRec (BinaryDrag< conact >::node *n, BinaryDrag< conact > &t)
 
void Tree2DagUsingIdentities (BinaryDrag< conact > &t)
 

Function Documentation

◆ FindAndLinkIdentiesRec()

void FindAndLinkIdentiesRec ( BinaryDrag< conact >::node *  n1,
BinaryDrag< conact >::node *  n2 
)

Definition at line 32 of file tree2dag_identities.cpp.

◆ Tree2DagUsingIdentities()

void Tree2DagUsingIdentities ( BinaryDrag< conact > &  t)

Definition at line 58 of file tree2dag_identities.cpp.

◆ Tree2DagUsingIdentitiesRec()

void Tree2DagUsingIdentitiesRec ( BinaryDrag< conact >::node *  n,
BinaryDrag< conact > &  t 
)

Definition at line 48 of file tree2dag_identities.cpp.