.hgignore
author Peter Kovacs <kpeter@inf.elte.hu>
Sat, 08 Jan 2011 22:51:16 +0100
changeset 1201 9a51db038228
parent 610 dad9db81ade2
permissions -rw-r--r--
Document and greatly improve TSP algorithms (#386)

- Add LEMON headers.
- Add Doxygen doc for all classes and their members.
- Clarify and unify the public API of the algorithms.
- Various small improvements in the implementations to make
them clearer and faster.
- Avoid using adaptors in ChristofidesTsp.
     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 doc/references.dox
    26 cmake/version.cmake
    27 .dirstamp
    28 .libs/*
    29 .deps/*
    30 demo/*.eps
    31 m4/libtool.m4
    32 m4/ltoptions.m4
    33 m4/ltsugar.m4
    34 m4/ltversion.m4
    35 m4/lt~obsolete.m4
    36 
    37 syntax: regexp
    38 (.*/)?\#[^/]*\#$
    39 (.*/)?\.\#[^/]*$
    40 ^doc/html/.*
    41 ^doc/.*\.tag
    42 ^autom4te.cache/.*
    43 ^build-aux/.*
    44 ^.*objs.*/.*
    45 ^test/[a-z_]*$
    46 ^tools/[a-z-_]*$
    47 ^demo/.*_demo$
    48 ^.*build.*/.*
    49 ^doc/gen-images/.*
    50 CMakeFiles
    51 DartTestfile.txt
    52 cmake_install.cmake
    53 CMakeCache.txt