COIN-OR::LEMON - Graph Library

Changeset 7:4d461e9867da in lemon


Ignore:
Timestamp:
12/20/07 16:59:06 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
8:a1b1d672f37a, 25:751cd8f9bb1c
Phase:
public
Message:

Port invalid.h utility.h tolerance.h from svn -r3422

Location:
lemon
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r2 r7  
    77lib_LTLIBRARIES += lemon/libemon.la
    88
    9 lemon_libemon_la_SOURCES =
     9lemon_libemon_la_SOURCES = \
     10        lemon/base.cc
    1011
    1112lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
     
    1314
    1415lemon_HEADERS += \
    15         lemon/list_graph.h
     16        lemon/list_graph.h \
     17        lemon/tolerance.h
    1618
    17 bits_HEADERS +=
     19bits_HEADERS += \
     20        lemon/bits/invalid.h \
     21        lemon/bits/utility.h
    1822
    1923concept_HEADERS +=
Note: See TracChangeset for help on using the changeset viewer.