COIN-OR::LEMON - Graph Library

Changeset 10:99e499ca560b in lemon for lemon


Ignore:
Timestamp:
12/21/07 01:07:03 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Port random.h & Co. from svn -r3422 + some cleanups

  • gauss(double std_dev) has been remove for clarity
Location:
lemon
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r8 r10  
    88
    99lemon_libemon_la_SOURCES = \
    10         lemon/base.cc
     10        lemon/base.cc \
     11        lemon/random.cc
     12
    1113
    1214lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
     
    1517lemon_HEADERS += \
    1618        lemon/dim2.h \
     19        lemon/random.h \
    1720        lemon/list_graph.h \
    1821        lemon/tolerance.h
Note: See TracChangeset for help on using the changeset viewer.