COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
09/02/04 19:11:04 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1083
Message:
  • 'minlengpaths_test.cc' added.
  • Path tests in 'minlengpaths_test.cc' are swithced out.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/minlengthpaths_test.cc

    r611 r790  
    22#include <hugo/list_graph.h>
    33#include <hugo/minlengthpaths.h>
    4 #include <path.h>
     4//#include <path.h>
    55#include "test_tools.h"
    66
     
    6363  check(  surb_test.checkComplementarySlackness(), "Complementary slackness conditions are not met.");
    6464
    65   typedef DirPath<ListGraph> DPath;
    66   DPath P(graph);
     65  //  typedef DirPath<ListGraph> DPath;
     66  //  DPath P(graph);
    6767
    6868  /*
     
    8080  check(  surb_test.checkComplementarySlackness(), "Complementary slackness conditions are not met.");
    8181 
    82   surb_test.getPath(P,0);
    83   check(P.length() == 4, "First path should contain 4 edges."); 
     82  //  surb_test.getPath(P,0);
     83  //  check(P.length() == 4, "First path should contain 4 edges."); 
    8484
    8585  cout << (passed ? "All tests passed." : "Some of the tests failed!!!")
Note: See TracChangeset for help on using the changeset viewer.