src/work/athos/mincostflows_test.cc
changeset 554 2d27cbaa982d
parent 551 d167149bde95
     1.1 --- a/src/work/athos/mincostflows_test.cc	Thu May 06 15:39:31 2004 +0000
     1.2 +++ b/src/work/athos/mincostflows_test.cc	Thu May 06 15:47:42 2004 +0000
     1.3 @@ -71,8 +71,12 @@
     1.4  
     1.5    check(  surb_test.run(s,t,k) == 2 && surb_test.totalLength() == 46,"Two paths, total length should be 46");
     1.6  
     1.7 +  check(surb_test.checkSolution(), "Is the primal-dual solution pair really optimal?");
     1.8 +
     1.9    k=1;
    1.10    check(  surb_test.run(s,t,k) == 1 && surb_test.totalLength() == 19,"One path, total length should be 19");
    1.11 +
    1.12 +  check(surb_test.checkSolution(), "Is the primal-dual solution pair really optimal?");
    1.13    
    1.14    //cout << surb_test.run(s,t,k) << surb_test.totalLength()<<endl;
    1.15    /*