|
What should I print out if there is more than one certificate of elimination? Print out any one.
How do I compute the min cut? Review the proof of the max-flow min-cut theorem. It is constructive and tells you how to find a min cut from a max flow. You will need to add a new interface method to MaxFlowSolver.java so that the client can access it.
|
Input and output. Here are a number of sample input files.
Reference solutions. For reference, we provide executable code for our solution in Windows, Solaris, and OS X.
|
Submit everything needed to compile your program (except for StdIn.java which we will supply). Put your main program in BaseballEliminator.java.
Here is a template readme.txt file.
|
|