COIN-OR::LEMON - Graph Library

Changeset 2276:1a8a66b6c6ce in lemon-0.x for test


Ignore:
Timestamp:
10/30/06 18:22:14 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3039
Message:

Min cost flow is renamed to SspMinCostFlow?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/min_cost_flow_test.cc

    r1956 r2276  
    2020#include "test_tools.h"
    2121#include <lemon/list_graph.h>
    22 #include <lemon/min_cost_flow.h>
     22#include <lemon/ssp_min_cost_flow.h>
    2323//#include <path.h>
    2424//#include <maps.h>
     
    9393  std::cout << "Mincostflows algorithm test..." << std::endl;
    9494
    95   MinCostFlow< Graph, Graph::EdgeMap<int>, Graph::EdgeMap<int> >
     95  SspMinCostFlow< Graph, Graph::EdgeMap<int>, Graph::EdgeMap<int> >
    9696    surb_test(graph, length, capacity, s, t);
    9797
Note: See TracChangeset for help on using the changeset viewer.