-
Name
-
rgl
-
Version
-
0.6.6
-
Platform
-
ruby
-
Authors
-
Horst Duchene
Kirill Lashuk
-
Bindir
-
bin
-
Date
-
2023-07-10 00:00:00 UTC
-
Dependencies
-
stream (~> 0.5.3)
pairing_heap (>= 0.3, < 4.0)
rexml (~> 3.2, >= 3.2.4)
rake (~> 13.0, development)
yard (~> 0.9, development)
test-unit (~> 3.5, development)
-
Description
-
RGL is a framework for graph data structures and algorithms
-
Email
-
monora@gmail.com
-
Extra rdoc files
-
README.md
-
Files
-
CHANGELOG.md
Gemfile
README.md
Rakefile
examples/canvas.rb
examples/examples.rb
examples/insel_der_tausend_gefahren.rb
examples/north.rb
examples/north/Graph.log
examples/north/g.10.0.graphml
examples/north/g.10.1.graphml
examples/north/g.10.11.graphml
examples/north/g.10.12.graphml
examples/north/g.10.13.graphml
examples/north/g.10.14.graphml
examples/north/g.10.15.graphml
examples/north/g.10.16.graphml
examples/north/g.10.17.graphml
examples/north/g.10.19.graphml
examples/north/g.10.2.graphml
examples/north/g.10.20.graphml
examples/north/g.10.22.graphml
examples/north/g.10.24.graphml
examples/north/g.10.25.graphml
examples/north/g.10.27.graphml
examples/north/g.10.28.graphml
examples/north/g.10.29.graphml
examples/north/g.10.3.graphml
examples/north/g.10.30.graphml
examples/north/g.10.31.graphml
examples/north/g.10.34.graphml
examples/north/g.10.37.graphml
examples/north/g.10.38.graphml
examples/north/g.10.39.graphml
examples/north/g.10.4.graphml
examples/north/g.10.40.graphml
examples/north/g.10.41.graphml
examples/north/g.10.42.graphml
examples/north/g.10.45.graphml
examples/north/g.10.46.graphml
examples/north/g.10.5.graphml
examples/north/g.10.50.graphml
examples/north/g.10.56.graphml
examples/north/g.10.57.graphml
examples/north/g.10.58.graphml
examples/north/g.10.6.graphml
examples/north/g.10.60.graphml
examples/north/g.10.61.graphml
examples/north/g.10.62.graphml
examples/north/g.10.68.graphml
examples/north/g.10.69.graphml
examples/north/g.10.7.graphml
examples/north/g.10.70.graphml
examples/north/g.10.71.graphml
examples/north/g.10.72.graphml
examples/north/g.10.74.graphml
examples/north/g.10.75.graphml
examples/north/g.10.78.graphml
examples/north/g.10.79.graphml
examples/north/g.10.8.graphml
examples/north/g.10.80.graphml
examples/north/g.10.82.graphml
examples/north/g.10.83.graphml
examples/north/g.10.85.graphml
examples/north/g.10.86.graphml
examples/north/g.10.88.graphml
examples/north/g.10.89.graphml
examples/north/g.10.9.graphml
examples/north/g.10.90.graphml
examples/north/g.10.91.graphml
examples/north/g.10.92.graphml
examples/north/g.10.93.graphml
examples/north/g.10.94.graphml
examples/north/g.12.8.graphml
examples/north/g.14.9.graphml
examples/north2.rb
examples/rdep-rgl.rb
examples/unix.dot
lib/rgl/adjacency.rb
lib/rgl/base.rb
lib/rgl/bellman_ford.rb
lib/rgl/bidirectional.rb
lib/rgl/bidirectional_adjacency.rb
lib/rgl/bipartite.rb
lib/rgl/condensation.rb
lib/rgl/connected_components.rb
lib/rgl/dijkstra.rb
lib/rgl/dijkstra_visitor.rb
lib/rgl/dot.rb
lib/rgl/edge_properties_map.rb
lib/rgl/edmonds_karp.rb
lib/rgl/graph_iterator.rb
lib/rgl/graph_visitor.rb
lib/rgl/graph_wrapper.rb
lib/rgl/graphxml.rb
lib/rgl/implicit.rb
lib/rgl/mutable.rb
lib/rgl/path.rb
lib/rgl/path_builder.rb
lib/rgl/prim.rb
lib/rgl/rdot.rb
lib/rgl/topsort.rb
lib/rgl/transitiv_closure.rb
lib/rgl/transitivity.rb
lib/rgl/traversal.rb
lib/rgl/version.rb
rakelib/dep_graph.rake
test/bellman_ford_test.rb
test/bidirectional_graph_test.rb
test/bipartite_test.rb
test/components_test.rb
test/cycles_test.rb
test/dijkstra_issue24_test.rb
test/dijkstra_test.rb
test/directed_graph_test.rb
test/dot_test.rb
test/edge_properties_map_test.rb
test/edge_test.rb
test/edmonds_karp_test.rb
test/graph_test.rb
test/graph_xml_test.rb
test/implicit_test.rb
test/path_test.rb
test/prim_test.rb
test/rdot_test.rb
test/test_helper.rb
test/transitivity_test.rb
test/traversal_bfs_require.rb
test/traversal_test.rb
test/undirected_graph_test.rb
-
Homepage
-
https://github.com/monora/rgl
-
Licenses
-
Ruby
-
Rdoc options
-
--title
RGL - Ruby Graph Library
--main
README.md
--line-numbers
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.4.1
-
Specification version
-
4
-
Summary
-
Ruby Graph Library
-
Original platform
-
ruby
-
New platform
-
ruby