COIN-OR::LEMON - Graph Library

Changeset 2568:046c055217f6 in lemon-0.x for lemon


Ignore:
Timestamp:
02/08/08 11:18:55 (16 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3449
Message:

Math constants + configure bugfix backported
from hg a315a588a20d and 761622e5ed4c

Location:
lemon
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r2528 r2568  
    9393        lemon/map_iterator.h \
    9494        lemon/maps.h \
     95        lemon/math.h \
    9596        lemon/matrix_maps.h \
    9697        lemon/max_matching.h \
  • lemon/random.h

    r2553 r2568  
    767767      double xi,nu;
    768768      const double delta = k-std::floor(k);
    769       const double v0=M_E/(M_E-delta);
     769      const double v0=E/(E-delta);
    770770      do {
    771771        double V0=1.0-real<double>();
Note: See TracChangeset for help on using the changeset viewer.