Skip to content

realFrogboy/graph-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph-generation

1. Reducible graph generator

Reducible graph generator.

2. Dominance tree generator

Receive a dominance tree from a reducible graph.

3. DJ-graph generator

Receive a DJ-garph from a reducible graph and its dominance tree.

4. Dominance frontier generator

Receive a dominance frontier from a dominance tree and DJ-graph.

Build

mkdir build && cd build
cmake ../
cmake -DCMAKE_BUILD_TYPE=Release ./
cmake --build ./

To build with graphviz dump run:

cmake -DCMAKE_BUILD_TYPE=Release -DDUMP=true ./
cmake --build ./

There are 2 executables:

  1. build/tools/custom
    Receive input format:
    NOTE: A node numbering should start with 0.
NNodes
Node -> Node
Node -> Node
...
  1. build/tools/generation
    Receive input format:
NNodes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published