Loading [MathJax]/jax/output/HTML-CSS/jax.js
Go to content
Link to Teiresias web page

Adaptation of Mathematical ALGorithms

Ford-Fulkerson algorithm

messages.homepage.accessibility

Ford-Fulkerson algorithm

1. Original procedure of the algorithm

2. Proposals of adaptation

3. Discussion of pros and cons

The first method was evaluated as the better one. It is easy to find the desired information in the table and to search for an augmenting path (Let us mention that it is difficult to find a maximum flow if we need to search for the augmenting path containing edges in the opposite direction.). When going through the graph using the second method a blind student has to observe many lines with data not relevant at the moment. We recommend students to make a note about the processed augmenting path in a temporary text file (it suffices to write down a sequence of nodes from the source to the sink).