amalgame/commit

REFACTORING: map.pl into correspondence.pl and mapping_graph.pl

authorJacco van Ossenbruggen
Fri Apr 3 12:28:08 2020 +0200
committerJacco van Ossenbruggen
Fri Apr 3 12:28:08 2020 +0200
commitac0bcbb054ec505bba34620a77a3b019e74e14b0
tree3b38bf1791b84128ceffa356488cda0179a3830b
parent0d47f57af3cd76e922195c50520ac42293f05dbe
Diff style: stat patch
 api/correspondence.pl                     |   2 ++
 api/evaluate.pl                           |   2 ++
 api/hints.pl                              |   2 ++
 api/mapping.pl                            |   2 ++
 api/strategy_viz.pl                       |   2 ++
 applications/publisher.pl                 |   2 ++
 components/amalgame/controls.pl           |   2 ++
 lib/ag_drivers/exec_amalgame_process.pl   |   2 ++
 lib/ag_modules/ag_overlap.pl              |   2 ++
 lib/ag_modules/ancestor_generator.pl      |   1 +
 lib/ag_modules/arity_select.pl            |   2 ++
 lib/ag_modules/best_numeric.pl            |   2 ++
 lib/ag_modules/label_selecter.pl          |   2 ++
 lib/ag_modules/map_merger.pl              |   2 ++
 lib/ag_modules/most_generic.pl            |   2 ++
 lib/ag_modules/most_labels.pl             |   2 ++
 lib/ag_modules/most_methods.pl            |   2 ++
 lib/ag_modules/preloaded_mapping.pl       |   2 ++
 lib/ag_modules/preloaded_selecter.pl      |   2 ++
 lib/ag_modules/sibling_selecter.pl        |   2 ++
 lib/ag_modules/structure_selecter.pl      |   2 ++
 lib/amalgame/ag_publish.pl                |   2 ++
 lib/amalgame/ag_stats.pl                  |   3 ++
 lib/amalgame/ag_strategy.pl               |   2 ++
 lib/amalgame/caching.pl                   |   2 ++
 lib/amalgame/correspondence.pl            | 102 ++++++++++++++++++++++++++++++
 lib/amalgame/edoal.pl                     |   1 +
 lib/amalgame/expand_graph.pl              |   3 ++
 lib/amalgame/json_util.pl                 |   2 ++
 lib/amalgame/{map.pl => mapping_graph.pl} | 100 +++++++++++++++++++++++++++++
 30 files changed, 135 insertions(+), 123 deletions(-)