-
Notifications
You must be signed in to change notification settings - Fork 2
Home
vigral (Vi sualization of Gr aph Al gorithms) is a tool that addresses all people who are interested in graphs and algorithms on these. This tool lets you create a graph easily or load a so created graph and choose one of the already implemented algorithms. It should help you understand how the algorithm works and to find out on what kind of graph the chosen algorithm will not work correct.
You can implement algorithms on your own with the help of the "vigral_plugins_framework". Once you got a .class file that extends the "AbstractAlgorithm" class, that is included in the framework. You should make sure that the ".class" file is named exactly as the class that extends the "AbstractAlgorithm" for the software to be able to load that "plugin".