Changeset 922:e816fac59f6d in lemon-0.x
- Timestamp:
- 09/29/04 18:31:24 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1233
- Files:
-
- 2 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
AUTHORS
r912 r922 1 HUGOlibwas started as an inter-university project from two1 LEMON was started as an inter-university project from two 2 2 universities: BME (Budapest University of Technology and Economics, 3 3 Hungary) and ELTE (Eotvos Lorand University, Budapest, Hungary) and … … 17 17 work. 18 18 19 So here is (the hopefully complete) list of contributors of the HUGOlib19 So here is (the hopefully complete) list of contributors of the LEMON 20 20 (in alphabetical order). The fields are: name (N), email (E), web-address 21 21 (W), PGP key ID and fingerprint (P), description (D), snail-mail -
COPYING
r760 r922 1 HUGOlibas a whole is copyrighted by Egerváry Jenõ Kombinatorikus1 LEMON as a whole is copyrighted by Egerváry Jenõ Kombinatorikus 2 2 Optimalizálási Kutatócsoport (Egervary Combinatorial Optimization 3 3 Research Group, EGRES). 4 4 5 You are free to use, modify and distribute HUGOlibunder the terms5 You are free to use, modify and distribute LEMON under the terms 6 6 described in the LICENSE file. 7 7 -
LICENSE
r767 r922 1 HUGOlibcode without an explicit copyright is covered by the following1 LEMON code without an explicit copyright is covered by the following 2 2 copyright/license: 3 3 -
doc/Doxyfile
r889 r922 18 18 # by quotes) that should identify the project. 19 19 20 PROJECT_NAME = HugoLib20 PROJECT_NAME = LEMON 21 21 22 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. … … 398 398 groups.dox \ 399 399 namespaces.dox \ 400 ../src/ hugo\401 ../src/ hugo/skeletons \400 ../src/lemon \ 401 ../src/lemon/skeletons \ 402 402 ../src/test/test_tools.h 403 403 -
src/demo/sub_graph_wrapper_demo.dim
r867 r922 1 c HUGOmax flow problem1 c LEMON max flow problem 2 2 p max 7 9 3 3 n 1 s -
src/work/Doxyfile
r766 r922 18 18 # by quotes) that should identify the project. 19 19 20 PROJECT_NAME = HugoLib20 PROJECT_NAME = LEMON 21 21 22 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. … … 24 24 # if some version control system is used. 25 25 26 PROJECT_NUMBER = 0. 126 PROJECT_NUMBER = 0.2 27 27 28 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 396 396 ../../doc/maps.dox ../../doc/coding_style.dox \ 397 397 ../../doc/groups.dox \ 398 ../ hugo\399 ../ hugo/skeletons \398 ../lemon \ 399 ../lemon/skeletons \ 400 400 ../test/test_tools.h \ 401 401 klao/path.h \ -
src/work/deba/main.cpp
r703 r922 5 5 6 6 using namespace std; 7 using namespace hugo;7 using namespace lemon; 8 8 9 9 -
src/work/peter/Makefile
r690 r922 1 1 hier: hierarchygraph.h hierarchygraph_test.cc 2 g++ -Wall -W -I../.. -I../klao -I../../ hugohierarchygraph_test.cc -o test2 g++ -Wall -W -I../.. -I../klao -I../../lemon hierarchygraph_test.cc -o test 3 3 4 4 edge: edgepathgraph_test.cc edgepathgraph.h 5 g++ -Wall -W -I../.. -I../klao -I../../ hugoedgepathgraph_test.cc -o test5 g++ -Wall -W -I../.. -I../klao -I../../lemon edgepathgraph_test.cc -o test 6 6
Note: See TracChangeset
for help on using the changeset viewer.