demo/arg_parser_demo.cc | Argument parser demo |
demo/graph_to_eps_demo.cc | Demo of the graph drawing function graphToEps() |
demo/lgf_demo.cc | Demonstrating graph input and output |
lemon/arg_parser.h | A tool to parse command line arguments |
lemon/assert.h | Extended assertion handling |
lemon/base.cc | Some basic non-inline functions and static global data |
lemon/bfs.h | BFS algorithm |
lemon/bin_heap.h | Binary Heap implementation |
lemon/color.cc | Color constants |
lemon/color.h | Tools to manage RGB colors |
lemon/concept_check.h | Basic utilities for concept checking |
lemon/core.h | LEMON core utilities |
lemon/counter.h | Tools for counting steps and events |
lemon/dfs.h | DFS algorithm |
lemon/dijkstra.h | Dijkstra algorithm |
lemon/dim2.h | A simple two dimensional vector and a bounding box implementation |
lemon/error.h | Basic exception classes and error handling |
lemon/graph_to_eps.h | A well configurable tool for visualizing graphs |
lemon/kruskal.h | Kruskal's algorithm to compute a minimum cost spanning tree |
lemon/lgf_reader.h | LEMON Graph Format reader |
lemon/lgf_writer.h | LEMON Graph Format writer |
lemon/list_graph.h | ListDigraph, ListGraph classes |
lemon/maps.h | Miscellaneous property maps |
lemon/math.h | Some extensions to the standard cmath library |
lemon/path.h | Classes for representing paths in digraphs |
lemon/random.cc | Instantiation of the Random class |
lemon/random.h | Mersenne Twister random number generator |
lemon/smart_graph.h | SmartDigraph and SmartGraph classes |
lemon/time_measure.h | Tools for measuring cpu usage |
lemon/tolerance.h | A basic tool to handle the anomalies of calculation with floating point numbers |
lemon/unionfind.h | Union-Find data structures |
lemon/bits/windows.cc | Some basic non-inline functions and static global data |
lemon/concepts/digraph.h | The concept of directed graphs |
lemon/concepts/graph.h | The concept of Undirected Graphs |
lemon/concepts/graph_components.h | The concept of graph components |
lemon/concepts/heap.h | The concept of heaps |
lemon/concepts/maps.h | The concept of maps |
lemon/concepts/path.h | Classes for representing paths in digraphs |
test/test_tools.h | Some utilities to write test programs |