.hgignore
author Peter Kovacs <kpeter@inf.elte.hu>
Tue, 24 Mar 2009 00:18:25 +0100
changeset 596 8c3112a66878
parent 472 c46afb3f67a6
parent 494 14a7e712e80f
child 555 dad9db81ade2
permissions -rw-r--r--
Use XTI implementation instead of ATI in NetworkSimplex (#234)

XTI (eXtended Threaded Index) is an imporved version of the widely
known ATI (Augmented Threaded Index) method for storing and updating
the spanning tree structure in Network Simplex algorithms.

In the ATI data structure three indices are stored for each node:
predecessor, thread and depth. In the XTI data structure depth is
replaced by the number of successors and the last successor
(according to the thread index).
     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/cmake.version
    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