File:Tred-Gprime.svg

Summary

Description
English: Vector version of File:Tred-Gprime.png
Date
Source Own work
Author A3 nm

This image was made using a tools called tred and dot, both part of the graphviz package of tools for manipulating and visualizing graphs. First, the dot file Tred-Gprime.dot was created using tred and the dot file for Image:Tred-G.png by issuing the following command:

tred < Tred-G.dot > Tred-Gprime.dot

The result was the following dot file:

digraph g {
  a -> b;
  a -> c;
  b -> d;
  c -> d;
  d -> e;
}

The image itself was then created using the following command:

dot -Tsvg Tred-Gprime.dot -o Tred-Gprime.svg

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#Tred-Gprime.svg
Category:Self-published work Category:Set theory Category:Graph algorithms Category:Images with Graphviz source code
Category:CC-Zero Category:Graph algorithms Category:Images with Graphviz source code Category:Pages using deprecated source tags Category:Self-published work Category:Set theory