COIN-OR::LEMON - Graph Library

Changeset 2569:12c2c5c4330b in lemon-0.x


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

#include<cmath> -> #include<lemon/math.h>

Files:
23 edited

Legend:

Unmodified
Added
Removed
  • benchmark/bfs-bench.cc

    r2553 r2569  
    1818
    1919#include<queue>
    20 #include<cmath>
     20#include<lemon/math.h>
    2121#include<lemon/smart_graph.h>
    2222#include"bench_tools.h"
  • benchmark/hcube.cc

    r2553 r2569  
    1717 */
    1818
    19 #include<cmath>
     19#include<lemon/math.h>
    2020#include<lemon/list_graph.h>
    2121#include<lemon/smart_graph.h>
  • benchmark/radix_sort-bench.cc

    r2553 r2569  
    3131#include <vector>
    3232#include <algorithm>
    33 #include <cmath>
     33#include <lemon/math.h>
    3434
    3535using namespace std;
  • demo/descriptor_map_demo.cc

    r2568 r2569  
    3737#include <iostream>
    3838
    39 #include <cmath>
     39#include <lemon/math.h>
    4040
    4141
  • demo/eps_demo.cc

    r2568 r2569  
    2828/// \include eps_demo.cc
    2929
    30 #include <cmath>
     30#include <lemon/math.h>
    3131#include <lemon/eps.h>
    3232
  • demo/graph_to_eps_demo.cc

    r2553 r2569  
    3131/// \include graph_to_eps_demo.cc
    3232
    33 #include <cmath>
     33#include <lemon/math.h>
    3434
    3535#include<lemon/graph_to_eps.h>
  • demo/min_route.cc

    r2553 r2569  
    2828#include <lemon/time_measure.h>
    2929
    30 #include <cmath>
     30#include <lemon/math.h>
    3131
    3232/// \ingroup demos
  • demo/steiner_demo.cc

    r2553 r2569  
    3030#include <lemon/time_measure.h>
    3131#include <lemon/graph_to_eps.h>
    32 
    3332#include <lemon/steiner.h>
     33#include <lemon/math.h>
    3434
    3535#include <cstdlib>
    36 #include <cmath>
    3736
    3837using namespace lemon;
  • lemon/color.h

    r2553 r2569  
    2121
    2222#include<vector>
    23 #include<cmath>
     23#include<lemon/math.h>
    2424#include<lemon/maps.h>
    2525
  • lemon/fib_heap.h

    r2553 r2569  
    2626#include <vector>
    2727#include <functional>
    28 #include <cmath>
     28#include <lemon/math.h>
    2929
    3030namespace lemon {
  • lemon/full_graph.h

    r2553 r2569  
    2020#define LEMON_FULL_GRAPH_H
    2121
    22 #include <cmath>
     22#include <lemon/math.h>
    2323
    2424#include <lemon/bits/base_extender.h>
  • lemon/graph_to_eps.h

    r2553 r2569  
    3232#include<vector>
    3333
    34 #include <ctime>
    35 #include <cmath>
    36 
     34#include<ctime>
     35
     36#include<lemon/math.h>
    3737#include<lemon/bits/invalid.h>
    3838#include<lemon/dim2.h>
  • lemon/graph_utils.h

    r2553 r2569  
    2323#include <vector>
    2424#include <map>
    25 #include <cmath>
     25#include <lemon/math.h>
    2626#include <algorithm>
    2727
  • lemon/lp_base.h

    r2553 r2569  
    2424#include<map>
    2525#include<limits>
    26 #include<cmath>
     26#include<lemon/math.h>
    2727
    2828#include<lemon/error.h>
  • lemon/network_simplex.h

    r2556 r2569  
    4848
    4949#ifdef EDGE_BLOCK_PIVOT
    50   #include <cmath>
     50  #include <lemon/math.h>
    5151  #define MIN_BLOCK_SIZE        10
    5252#endif
  • lemon/random.h

    r2568 r2569  
    6868
    6969#include <ctime>
    70 #include <cmath>
    71 
     70
     71#include <lemon/math.>
    7272#include <lemon/dim2.h>
    7373///\ingroup misc
  • lemon/simann.h

    r2553 r2569  
    2929
    3030#include <cstdlib>
    31 #include <cmath>
     31#include <lemon/math.h>
    3232#include <limits>
    3333#include <lemon/time_measure.h>
  • test/all_pairs_shortest_path_test.cc

    r2553 r2569  
    2020#include <vector>
    2121
    22 #include <cmath>
     22#include <lemon/math.h>
    2323#include <cstdlib>
    2424
  • test/arborescence_test.cc

    r2553 r2569  
    2222#include <iterator>
    2323
    24 #include <cmath>
     24#include <lemon/math.h>
    2525#include <cstdlib>
    2626
  • test/max_matching_test.cc

    r2553 r2569  
    2020#include <vector>
    2121#include <queue>
    22 #include <cmath>
     22#include <lemon/math.h>
    2323#include <cstdlib>
    2424
  • test/max_weighted_matching_test.cc

    r2553 r2569  
    2121#include <vector>
    2222#include <queue>
    23 #include <cmath>
     23#include <lemon/math.h>
    2424#include <cstdlib>
    2525
  • test/radix_sort_test.cc

    r2553 r2569  
    2828#include <vector>
    2929#include <algorithm>
    30 #include <cmath>
     30#include <lemon/math.h>
    3131
    3232using namespace std;
  • tools/lgf-gen.cc

    r2553 r2569  
    8282#include <lemon/arg_parser.h>
    8383#include <lemon/euler.h>
    84 #include <cmath>
     84#include <lemon/math.h>
    8585#include <algorithm>
    8686#include <lemon/kruskal.h>
Note: See TracChangeset for help on using the changeset viewer.