COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
09/29/04 17:30:04 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
Message:

hugo -> lemon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/jacint/max_flow_test.cc

    r757 r921  
    11#include <iostream>
    22
    3 #include <hugo/list_graph.h>
    4 #include <hugo/dimacs.h>
     3#include <lemon/list_graph.h>
     4#include <lemon/dimacs.h>
    55#include <max_flow.h>
    66#include <max_flow_no_stack.h>
    7 #include <hugo/time_measure.h>
     7#include <lemon/time_measure.h>
    88
    9 using namespace hugo;
     9using namespace lemon;
    1010
    1111int main(int, char **) {
Note: See TracChangeset for help on using the changeset viewer.