hmm34 / CS-Image-Segmentation-Solver

Project 1 of Advanced Algorithms Sp'14 - It implements the Ford-Fulkerson network flow algorithm and uses it to solve an image segmentation problem.
0 stars 0 forks source link

Create a suite of test cases #6

Closed hmm34 closed 10 years ago

hmm34 commented 10 years ago

(8) Design a "complete" suite of test cases that is representative for the maximum flow problem and spans a wide range of problem sizes. The test cases should include textbook examples, random test cases, and some extreme cases.

Discuss how and why the tests cases were generated (especially the random and extreme test cases), and include this in the report and submitted files.