Traveling Salesman News
Brought to you by:
marcuswolschon,
xoxgur123
I just added a simple Plugin-Infrastructure and
made the Routing-Algorithms configurable as plugins.
A plugin must implement a given interface and have a no-arguments-constructor. A setting named "plugin.useImpl." + unqualifiedInterfaceClassName can be set to the full qualified name of the class to instanciate.