Tree Compression with Top Trees Revisited
Functions
randomTree.cpp File Reference
#include <iostream>
#include "Edges.h"
#include "Labels.h"
#include "Nodes.h"
#include "OrderedTree.h"
#include "TopDag.h"
#include "TopTree.h"
#include "TopDagUnpacker.h"
#include "DotGraphExporter.h"
#include "RandomTree.h"
#include "TopDagConstructor.h"
#include "ArgParser.h"
#include "Timer.h"
#include "XML.h"
Include dependency graph for randomTree.cpp:

Go to the source code of this file.

Functions

void usage (char *name)
 
int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 36 of file randomTree.cpp.

void usage ( char *  name)

Definition at line 25 of file randomTree.cpp.