Skip to content

Releases: sischi/vigral

Added support for '.jar' plugins

18 Jun 14:25
Compare
Choose a tag to compare

Vigral is now able to load plugins from jar file under the following conditions:

  • one jar file per algorithm
  • the jar file must have the exact same name as the algorithm

For those algorithms, that uses inner classes or anonymous inner classes, you will get multiple .class files (e.g. MyAlgorithm.class, MyAlgorithm$1.class, and so on). You can Export the MyAlgorithm class as jar file, with all inner classes in it. This will lead to a cleaner plugin folder.

Further, an Error Dialog is added for identifying problems of implemented algorithms.

"2-graph-visualization"

19 Nov 15:18
Compare
Choose a tag to compare

Replaced the old graph panel by a split panel to be able to show 2 graphs simultaneously in visualization mode. That new feature can be tested by visualizing the "Push-Relabel" algorithm, that is included in this release.

CAUTION: This and further releases are compatible with java 6, to address more possible users. The older versions only work with java 7 or above!

advanced

06 Jan 13:40
Compare
Choose a tag to compare

added some new features like "about-tab" and the possibility to change the size of the labels

initial release

17 Sep 20:51
Compare
Choose a tag to compare

the initial release of the software called "vigral" (VIsualization of GRaph ALgorithms)