Ford-Fulkerson_forever.svg


Summary

Description
English: Example of a flow network where Ford–Fulkerson algorithm runs forever.
Čeština: Příklad sítě, ve které Fordův-Fulkersonův algoritmus nikdy neskončí.
Date
Source

Own work , generated by dot from Graphviz with the following code:

digraph ff {
  ordering=out;
  node [shape=circle]
  v1;
  v2;
  v3;
  v4;
  s -> v1;
  s -> v2;
  s -> v3 [style=invis];
  s -> v4;
  v1 -> t;
  v2 -> t [style=invis];
  v3 -> t;
  v4 -> t;
  v2 -> v1 [constraint=false, label=e1];
  v2 -> v3 [constraint=false, label=e3];
  v4 -> v3 [constraint=false, label=e2];
  { rank=source s }
  { rank=sink t }
}
Author Svick

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

16 October 2009