.hgignore
author Peter Kovacs <kpeter@inf.elte.hu>
Sat, 13 Mar 2010 22:01:38 +0100
changeset 864 d3ea191c3412
parent 517 2b6d5d22bb23
child 866 2d9c6566a604
permissions -rw-r--r--
Rename min mean cycle classes and their members (#179)
with respect to the possible introduction of min ratio
cycle algorithms in the future.

The renamed classes:
- Karp --> KarpMmc
- HartmannOrlin --> HartmannOrlinMmc
- Howard --> HowardMmc

The renamed members:
- cycleLength() --> cycleCost()
- cycleArcNum() --> cycleSize()
- findMinMean() --> findCycleMean()
- Value --> Cost
- LargeValue --> LargeCost
- SetLargeValue --> SetLargeCost
     1 syntax: glob
     2 *.obj
     3 *.orig
     4 *.rej
     5 *~
     6 *.o
     7 *.log
     8 *.lo
     9 *.tar.*
    10 *.bak
    11 Makefile.in
    12 aclocal.m4
    13 config.h.in
    14 configure
    15 Makefile
    16 config.h
    17 config.log
    18 config.status
    19 libtool
    20 stamp-h1
    21 lemon/lemon.pc
    22 lemon/libemon.la
    23 lemon/stamp-h2
    24 doc/Doxyfile
    25 cmake/version.cmake
    26 .dirstamp
    27 .libs/*
    28 .deps/*
    29 demo/*.eps
    30 m4/libtool.m4
    31 m4/ltoptions.m4
    32 m4/ltsugar.m4
    33 m4/ltversion.m4
    34 m4/lt~obsolete.m4
    35 
    36 syntax: regexp
    37 (.*/)?\#[^/]*\#$
    38 (.*/)?\.\#[^/]*$
    39 ^doc/html/.*
    40 ^doc/.*\.tag
    41 ^autom4te.cache/.*
    42 ^build-aux/.*
    43 ^.*objs.*/.*
    44 ^test/[a-z_]*$
    45 ^tools/[a-z-_]*$
    46 ^demo/.*_demo$
    47 ^.*build.*/.*
    48 ^doc/gen-images/.*
    49 CMakeFiles
    50 DartTestfile.txt
    51 cmake_install.cmake
    52 CMakeCache.txt