- introduction
- picture
- Boutique
- Related
Developer's DescriptionBy SusaninLabImplement the functionality of searching the shortest path between several nodes in your software.SusaninLab aimed at solving and visualizing such tasks as classic traveling salesman problem (TSP) and searching the shortest path between several nodes and building the spanning tree with minimal cost.SusaninLab is a package of two ActiveX DLLs? ELGraphVisio and ELSusaninPath.ELGraphVisio ActiveX DLL is a window ATL control that allows to render graph structure. With the help of this library you can create and edit graph in design mode, add and remove nodes and edges and setup edge weight. Moreover you can save graph on HDD and open it, to use an image as the graph background, save it as an image file and copy graph into the clipboard. The library possesses a powerful package of tool for changing the parameters of visualization.ELSusaninPath ActiveX DLL is a windowless ATL control that implements such computing algorithms as TSP, searching the shortest path between several nodes and building the spanning tree with minimal cost.