File:Ford-Fulkerson forever.svg

Original file(SVG file, nominally 355 × 248 pixels, file size: 5 KB)

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

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current22:24, 9 November 2009Thumbnail for version as of 22:24, 9 November 2009355 × 248 (5 KB)Svickadded descriptions to all vertices
01:09, 16 October 2009Thumbnail for version as of 01:09, 16 October 2009325 × 240 (5 KB)Svick{{Information |Description={{en|1=Example of a flow network where en:Ford–Fulkerson algorithm runs forever.}} {{cs|1=Příklad sítě, ve které cs:Fordův-Fulkersonův algoritmus nikdy neskončí.}} |Source={{own}} |Author=[[User:Svick|Svic
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file: