jaredbeck/graph_matching

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rubocop.yml
.rubocop_todo.yml
.travis.yml
CHANGELOG.md
Gemfile
LICENSE.txt
README.md
Rakefile
benchmark/mcm_bipartite/complete_bigraphs/benchmark.rb23
A
0 mins
benchmark/mcm_bipartite/complete_bigraphs/compare.gnuplot
benchmark/mcm_bipartite/complete_bigraphs/edges_times_vertexes.data
benchmark/mcm_bipartite/complete_bigraphs/plot.gnuplot
benchmark/mcm_bipartite/complete_bigraphs/plot.png
benchmark/mcm_bipartite/complete_bigraphs/time.data
benchmark/mcm_general/complete_graphs/benchmark.rb21
A
0 mins
benchmark/mcm_general/complete_graphs/plot.gnuplot
benchmark/mcm_general/complete_graphs/plot.png
benchmark/mcm_general/complete_graphs/time.data
benchmark/mcm_general/complete_graphs/v_cubed.data
benchmark/mwm_bipartite/complete_bigraphs/benchmark.rb26
A
0 mins
benchmark/mwm_bipartite/complete_bigraphs/nmN.data
benchmark/mwm_bipartite/complete_bigraphs/nmN.xlsx
benchmark/mwm_bipartite/complete_bigraphs/plot.gnuplot
benchmark/mwm_bipartite/complete_bigraphs/plot.png
benchmark/mwm_bipartite/complete_bigraphs/time.data
benchmark/mwm_bipartite/misc/calc_d2/benchmark.rb15
A
0 mins
benchmark/mwm_general/complete_graphs/benchmark.rb23
A
55 mins
benchmark/mwm_general/complete_graphs/compare.gnuplot
benchmark/mwm_general/complete_graphs/mn_log_n.data
benchmark/mwm_general/complete_graphs/mn_log_n.xlsx
benchmark/mwm_general/complete_graphs/plot.gnuplot
benchmark/mwm_general/complete_graphs/plot.png
benchmark/mwm_general/complete_graphs/time.data
benchmark/mwm_general/incomplete_graphs/benchmark.rb27
A
0 mins
benchmark/mwm_general/incomplete_graphs/plot.gnuplot
benchmark/mwm_general/incomplete_graphs/plot.png
benchmark/mwm_general/incomplete_graphs/time_10_pct.data
benchmark/mwm_general/incomplete_graphs/time_20_pct.data
benchmark/mwm_general/incomplete_graphs/time_30_pct.data
graph_matching.gemspec
lib/graph_matching.rb10
A
0 mins
lib/graph_matching/algorithm/matching_algorithm.rb14
A
0 mins
lib/graph_matching/algorithm/mcm_bipartite.rb87
B
4 hrs
lib/graph_matching/algorithm/mcm_general.rb145
C
1 day
lib/graph_matching/algorithm/mwm_bipartite.rb93
B
6 hrs
lib/graph_matching/algorithm/mwm_general.rb579
F
4 days
lib/graph_matching/algorithm/mwmg_delta_assertions.rb76
C
1 day
lib/graph_matching/assertion.rb28
A
0 mins
lib/graph_matching/core_ext/set.rb18
A
25 mins