File:Tred-Gprime.svg

Summary

Description
English: Transitive reduction.


This image was made using 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 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
Deutsch: Transitive Reduktion
Українська: Транзитивне скорочення
Date
Source Own work based on: Tred-Gprime.png: 
Author A3 nm
SVG development
InfoField
 The SVG code is valid.
 This chart was created with Graphviz.
Category:Valid SVG created with Graphviz#Tred-Gprime.svg
 Category:Translation possible - SVGThis file uses embedded text that can be easily translated using a text editor.

Licensing

A3 nm, the copyright holder of this work, hereby publishes 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.svgCategory:Self-published work
Category:Graph algorithms Category:Images with Graphviz source code Category:Set theory
Category:CC-Zero Category:Graph algorithms Category:Images with Graphviz source code Category:Self-published work Category:Set theory Category:Translation possible - SVG Category:Valid SVG created with Graphviz