COIN-OR::LEMON - Graph Library

Changeset 922:e816fac59f6d in lemon-0.x


Ignore:
Timestamp:
09/29/04 18:31:24 (19 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1233
Message:

hugo -> lemon renaming leftovers

Files:
2 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • AUTHORS

    r912 r922  
    1 HUGOlib was started as an inter-university project from two
     1LEMON was started as an inter-university project from two
    22universities: BME (Budapest University of Technology and Economics,
    33Hungary) and ELTE (Eotvos Lorand University, Budapest, Hungary) and
     
    1717work.
    1818
    19 So here is (the hopefully complete) list of contributors of the HUGOlib
     19So here is (the hopefully complete) list of contributors of the LEMON
    2020(in alphabetical order). The fields are: name (N), email (E), web-address
    2121(W), PGP key ID and fingerprint (P), description (D), snail-mail
  • COPYING

    r760 r922  
    1 HUGOlib as a whole is copyrighted by Egerváry Jenõ Kombinatorikus
     1LEMON as a whole is copyrighted by Egerváry Jenõ Kombinatorikus
    22Optimalizálási Kutatócsoport (Egervary Combinatorial Optimization
    33Research Group, EGRES).
    44
    5 You are free to use, modify and distribute HUGOlib under the terms
     5You are free to use, modify and distribute LEMON under the terms
    66described in the LICENSE file.
    77
  • LICENSE

    r767 r922  
    1 HUGOlib code without an explicit copyright is covered by the following
     1LEMON code without an explicit copyright is covered by the following
    22copyright/license:
    33
  • doc/Doxyfile

    r889 r922  
    1818# by quotes) that should identify the project.
    1919
    20 PROJECT_NAME           = HugoLib
     20PROJECT_NAME           = LEMON
    2121
    2222# The PROJECT_NUMBER tag can be used to enter a project or revision number.
     
    398398                         groups.dox \
    399399                         namespaces.dox \
    400                          ../src/hugo \
    401                          ../src/hugo/skeletons \
     400                         ../src/lemon \
     401                         ../src/lemon/skeletons \
    402402                         ../src/test/test_tools.h
    403403
  • src/demo/sub_graph_wrapper_demo.dim

    r867 r922  
    1 c HUGO max flow problem
     1c LEMON max flow problem
    22p max 7 9
    33n 1 s
  • src/work/Doxyfile

    r766 r922  
    1818# by quotes) that should identify the project.
    1919
    20 PROJECT_NAME           = HugoLib
     20PROJECT_NAME           = LEMON
    2121
    2222# The PROJECT_NUMBER tag can be used to enter a project or revision number.
     
    2424# if some version control system is used.
    2525
    26 PROJECT_NUMBER         = 0.1
     26PROJECT_NUMBER         = 0.2
    2727
    2828# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
     
    396396                         ../../doc/maps.dox ../../doc/coding_style.dox \
    397397                         ../../doc/groups.dox \
    398                          ../hugo \
    399                          ../hugo/skeletons \
     398                         ../lemon \
     399                         ../lemon/skeletons \
    400400                         ../test/test_tools.h \
    401401                         klao/path.h \
  • src/work/deba/main.cpp

    r703 r922  
    55
    66using namespace std;
    7 using namespace hugo;
     7using namespace lemon;
    88
    99
  • src/work/peter/Makefile

    r690 r922  
    11hier: hierarchygraph.h hierarchygraph_test.cc
    2         g++ -Wall -W -I../.. -I../klao -I../../hugo hierarchygraph_test.cc -o test
     2        g++ -Wall -W -I../.. -I../klao -I../../lemon hierarchygraph_test.cc -o test
    33
    44edge: edgepathgraph_test.cc edgepathgraph.h
    5         g++ -Wall -W -I../.. -I../klao -I../../hugo edgepathgraph_test.cc -o test
     5        g++ -Wall -W -I../.. -I../klao -I../../lemon edgepathgraph_test.cc -o test
    66
Note: See TracChangeset for help on using the changeset viewer.