source:
lemon/lemon
@
1433:a278d16bd2d0
| Name | Size | Rev | Age | Author | Last Change |
|---|---|---|---|---|---|
| ../ | |||||
| bits | 1407:76349d8212d3 | 8 years | Improve and unify comments and API docs of VF2 algorithms (#597) | ||
| concepts | 1433:a278d16bd2d0 | 5 years | Fix clang compilation issue (#634) | ||
| adaptors.h | 110.3 KB | 1402:3c00344f49c9 | 7 years | Merge | |
| arg_parser.cc | 12.6 KB | 1397:d7e25df22e88 | 7 years | Fix warnings emitted by g++ 7.3.1 (#614) | |
| arg_parser.h | 13.3 KB | 1327:18c89646185e | 11 years | Suppress MSVC warning C4267 (#519) C4267: conversion from 'size_t' to … | |
| assert.h | 7.4 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| base.cc | 1.1 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| bellman_ford.h | 38.5 KB | 1337:4add05447ca0 | 11 years | Tests and bugfixes for the STL style iterators (#325) | |
| bfs.h | 54.3 KB | 1416:f179aa1045a4 | 7 years | Suppress unused typdef warnings (#615) | |
| bin_heap.h | 10.2 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| binomial_heap.h | 12.9 KB | 956:141f9c0db4a3 | 16 years | Unify the sources (#339) | |
| bucket_heap.h | 17.3 KB | 956:141f9c0db4a3 | 16 years | Unify the sources (#339) | |
| capacity_scaling.h | 31.7 KB | 1363:a7d841273c68 | 10 years | Merge bugfix #600 to branch 1.3 | |
| cbc.cc | 11.9 KB | 1336:0759d974de81 | 12 years | STL style iterators (#325) For * graph types, * graph adaptors, * … | |
| cbc.h | 3.5 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| christofides_tsp.h | 7.8 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| circulation.h | 24.9 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| clp.cc | 12.5 KB | 1428:86a5b114a066 | 5 years | Implement CplLp::write() for LP format (#640) | |
| clp.h | 4.5 KB | 1428:86a5b114a066 | 5 years | Implement CplLp::write() for LP format (#640) | |
| CMakeLists.txt | 1.8 KB | 1315:07cd9a2d20e0 | 11 years | Specify lib dependencies for the main lib build (#481) | |
| color.cc | 1.2 KB | 463:88ed40ad0d4f | 17 years | Happy New Year again - update the copyright headers + run the source … | |
| color.h | 5.9 KB | 463:88ed40ad0d4f | 17 years | Happy New Year again - update the copyright headers + run the source … | |
| compact_graph.h | 12.9 KB | 1419:73bd8d5200df | 9 years | CompactDigraph? implementation (#377) Smaller version of StaticDigraph? … | |
| concept_check.h | 2.6 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| config.h.in | 761 bytes | 1417:2236d00ca778 | 7 years | Merge #615 | |
| connectivity.h | 50.7 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| core.h | 82.6 KB | 1416:f179aa1045a4 | 7 years | Suppress unused typdef warnings (#615) | |
| cost_scaling.h | 51.5 KB | 1298:a78e5b779b69 | 12 years | Merge bugfix #478 | |
| counter.h | 7.9 KB | 1327:18c89646185e | 11 years | Suppress MSVC warning C4267 (#519) C4267: conversion from 'size_t' to … | |
| cplex.cc | 27.1 KB | 1427:57abff252556 | 5 years | Bugfixes in CplexBase? and ClpLp? (#639) | |
| cplex.h | 7.8 KB | 1347:0900cfe4a84d | 10 years | Threadsafe CplexEnv? (#473) | |
| cycle_canceling.h | 40.6 KB | 1298:a78e5b779b69 | 12 years | Merge bugfix #478 | |
| dfs.h | 50.5 KB | 1418:15282595e6f4 | 17 years | Using Arc instead of ArcIt? in Dfs (#32) | |
| dheap.h | 11.0 KB | 929:65a0521e744e | 16 years | Rename heap structures (#301) - KaryHeap? --> DHeap - FouraryHeap? … | |
| dijkstra.h | 43.0 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| dim2.h | 17.0 KB | 1432:da87dbdf3daf | 5 years | Resolve deprecation warnings of gcc 9 (#633) | |
| dimacs.h | 14.7 KB | 1375:6d1255299e79 | 8 years | Merge bugfix #607 to branch 1.3 | |
| edge_set.h | 36.7 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| edmonds_karp.h | 16.4 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| elevator.h | 26.5 KB | 1328:d51126dc39fa | 11 years | Resolve MSVC conversion warnings C4244 (#519) | |
| error.h | 6.7 KB | 463:88ed40ad0d4f | 17 years | Happy New Year again - update the copyright headers + run the source … | |
| euler.h | 8.3 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| fib_heap.h | 13.5 KB | 758:28cfac049a6a | 16 years | Unify member names in heaps (#299) The following renamings are made. … | |
| fractional_matching.h | 63.1 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| full_graph.h | 29.2 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| glpk.cc | 24.0 KB | 1336:0759d974de81 | 12 years | STL style iterators (#325) For * graph types, * graph adaptors, * … | |
| glpk.h | 6.7 KB | 1336:0759d974de81 | 12 years | STL style iterators (#325) For * graph types, * graph adaptors, * … | |
| gomory_hu.h | 16.8 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| graph_to_eps.h | 37.8 KB | 1340:f70f688d9ef9 | 11 years | Replace #define WIN32 (#595) | |
| greedy_tsp.h | 7.0 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| grid_graph.h | 18.5 KB | 834:c2230649a493 | 16 years | Various doc improvements (#331) - Add notes to the graph classes … | |
| grosso_locatelli_pullan_mc.h | 24.7 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| hao_orlin.h | 30.9 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| hartmann_orlin_mmc.h | 19.5 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| howard_mmc.h | 19.7 KB | 1271:fb1c7da561ce | 12 years | Remove long lines (from all but one file) | |
| hypercube_graph.h | 12.7 KB | 835:c92296660262 | 16 years | Merge | |
| insertion_tsp.h | 16.8 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| karp_mmc.h | 17.1 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| kruskal.h | 10.3 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| lemon.pc.in | 377 bytes | 1133:cdd2c7dad989 | 14 years | Remove autotool related files (#434) | |
| lgf_reader.h | 117.2 KB | 1377:7d32a2d6ed59 | 8 years | Change the style of code examples in API doc | |
| lgf_writer.h | 82.3 KB | 1377:7d32a2d6ed59 | 8 years | Change the style of code examples in API doc | |
| list_graph.h | 70.5 KB | 1432:da87dbdf3daf | 5 years | Resolve deprecation warnings of gcc 9 (#633) | |
| lp.h | 2.5 KB | 1340:f70f688d9ef9 | 11 years | Replace #define WIN32 (#595) | |
| lp_base.cc | 937 bytes | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| lp_base.h | 64.1 KB | 1353:760a5f690163 | 10 years | Minor doc fixes | |
| lp_skeleton.cc | 4.6 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| lp_skeleton.h | 6.4 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| maps.h | 118.4 KB | 1432:da87dbdf3daf | 5 years | Resolve deprecation warnings of gcc 9 (#633) | |
| matching.h | 113.2 KB | 1430:c6aa2cc1af04 | 5 years | Factor out recursion from weighted matching algorithms (#638) | |
| math.h | 2.2 KB | 1311:6aea07d5ca48 | 11 years | Add missing include header and std:: namespace spec. (#487) | |
| max_cardinality_search.h | 26.1 KB | 1271:fb1c7da561ce | 12 years | Remove long lines (from all but one file) | |
| min_cost_arborescence.h | 24.2 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| nagamochi_ibaraki.h | 21.5 KB | 1416:f179aa1045a4 | 7 years | Suppress unused typdef warnings (#615) | |
| nauty_reader.h | 3.0 KB | 463:88ed40ad0d4f | 17 years | Happy New Year again - update the copyright headers + run the source … | |
| nearest_neighbor_tsp.h | 6.7 KB | 1294:15e233f588da | 12 years | Fix invalid map query in NearestNeighborTsp? (#476) | |
| network_simplex.h | 51.7 KB | 1318:ce1533650f7d | 11 years | Merge bugfix #474 | |
| opt2_tsp.h | 10.5 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| pairing_heap.h | 13.7 KB | 752:39a5b48bcace | 16 years | Small improvements in heap implementations (#301) | |
| path.h | 34.9 KB | 1421:4fd76139b69e | 8 years | Add operator[] to Path structures (#250) | |
| planarity.h | 84.4 KB | 1400:6b79d93e812f | 7 years | Planar drawing algorithm now works for less than 3 nodes (#611) | |
| preflow.h | 30.4 KB | 1385:8db773f19586 | 8 years | Fix tolerance usage in Preflow algorithm (#608) | |
| quad_heap.h | 10.8 KB | 929:65a0521e744e | 16 years | Rename heap structures (#301) - KaryHeap? --> DHeap - FouraryHeap? … | |
| radix_heap.h | 12.9 KB | 758:28cfac049a6a | 16 years | Unify member names in heaps (#299) The following renamings are made. … | |
| radix_sort.h | 15.4 KB | 1328:d51126dc39fa | 11 years | Resolve MSVC conversion warnings C4244 (#519) | |
| random.cc | 867 bytes | 463:88ed40ad0d4f | 17 years | Happy New Year again - update the copyright headers + run the source … | |
| random.h | 33.2 KB | 1404:c8d0179a32a2 | 7 years | Merge bugfixes #610,#611,#612,#614 | |
| smart_graph.h | 36.9 KB | 1432:da87dbdf3daf | 5 years | Resolve deprecation warnings of gcc 9 (#633) | |
| soplex.cc | 11.7 KB | 1336:0759d974de81 | 12 years | STL style iterators (#325) For * graph types, * graph adaptors, * … | |
| soplex.h | 4.4 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| static_graph.h | 15.1 KB | 1371:0898f3371d1d | 9 years | Forbid copy construction of StaticDigraph? | |
| suurballe.h | 23.3 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| time_measure.h | 15.0 KB | 1340:f70f688d9ef9 | 11 years | Replace #define WIN32 (#595) | |
| tolerance.h | 7.4 KB | 564:2b6d5d22bb23 | 17 years | Merge | |
| unionfind.h | 49.2 KB | 1270:dceba191c00d | 12 years | Apply unify-sources.sh to the source tree | |
| vf2.h | 20.1 KB | 1413:e68f0ef37e77 | 8 years | Remove unused auxiliary class in Vf2 (#597) | |
| vf2pp.h | 28.1 KB | 1414:73e29215aaa4 | 7 years | Add citation for Vf2pp (#597) | |
Note: See TracBrowser
for help on using the repository browser.

