.gitignore | |
|
|
.rubocop.yml | |
|
|
.rubocop_todo.yml | |
|
|
.travis.yml | |
|
|
CHANGELOG.md | |
|
|
Gemfile | |
|
|
LICENSE.txt | |
|
|
README.md | |
|
|
Rakefile | |
|
|
benchmark/mcm_bipartite/complete_bigraphs/benchmark.rb | 23 | 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.rb | 21 | 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.rb | 26 | 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.rb | 15 | A 0 mins |
|
benchmark/mwm_general/complete_graphs/benchmark.rb | 23 | 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.rb | 27 | 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.rb | 10 | A 0 mins |
|
lib/graph_matching/algorithm/matching_algorithm.rb | 14 | A 0 mins |
|
lib/graph_matching/algorithm/mcm_bipartite.rb | 87 | B 4 hrs |
|
lib/graph_matching/algorithm/mcm_general.rb | 145 | C 1 day |
|
lib/graph_matching/algorithm/mwm_bipartite.rb | 93 | B 6 hrs |
|
lib/graph_matching/algorithm/mwm_general.rb | 579 | F 4 days |
|
lib/graph_matching/algorithm/mwmg_delta_assertions.rb | 76 | C 1 day |
|
lib/graph_matching/assertion.rb | 28 | A 0 mins |
|
lib/graph_matching/core_ext/set.rb | 18 | A 25 mins |
|