.hgignore
author Peter Kovacs <kpeter@inf.elte.hu>
Thu, 12 Nov 2009 23:45:15 +0100
changeset 877 fe80a8145653
parent 564 2b6d5d22bb23
child 944 2d9c6566a604
permissions -rw-r--r--
Small implementation improvements in MCF algorithms (#180)

- Handle max() as infinite value (not only infinity()).
- Better GEQ handling in CapacityScaling.
- Skip the unnecessary saturating operations in the first phase in
CapacityScaling.
- Use vector<char> instead of vector<bool> and vector<int> if it is
possible and it proved to be usually faster.
     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