Delphi

Maximum Flow implementation

In optimization theory, maximum flow problems involve finding a feasible flow through a single-source, single-sink flow network that is maximum.

Download C++ version › Download Delphi version ›

Other Tools

Dialogue & Discussion

Flatron2007

Thursday, April 26th, 2007, 12.00am

I open the file POTOK.DPR from the archive via Delphi, run it, I have an EXE file, an unidentified type. I have nothing to do with it, how can I run this program. Does it work in Delphi?

DeXPeriX

Friday, April 27th, 2007, 12.00am

Yes, you need to compile the program in this form in Delphi. But it was written in Borland Pascal, and “ported” to Delphi only because of the limitations of 16-bit Borland Pascal 7.0.

P.S. If you need the source of the maximum flow, then you must imagine what it is. I do not see the point of doing a GUI for it - so that by stepping through debugging and understanding the meaning of the lines to your hands :))

And about the comments - all that I have I laid out. I wrote the source code for the pseudocode from Corman - he will help you figure it out.

Flatron2007

Tuesday, May 1st, 2007, 12.00am

Many thanks for the help, I figured out how it works. To me the same program, but with the form that all was evident, ie written on Delphi (with buttons, tables, etc.). I’m not thinking in this matter!

DeXPeriX

Tuesday, May 1st, 2007, 12.00am

To me the same program, but with the form that all was evident, ie written on Delphi

A source of such a class that if you really need it, then you need to understand how it works and what’s inside it, and not a button with a button. If you still want to understand the source, then you can write such a prog on the basis of my source code. I’ll lay it out with pleasure by the side so that other users after you can download it.

Leave a comment

(after comment you will be redirected back here)