Dominant Set Viewer

A domination sets solver in Java
Download

Dominant Set Viewer Ranking & Summary

Advertisement

  • Rating:
  • Publisher Name:
  • Hussain Mutawa
  • File Size:
  • 76 KB

Dominant Set Viewer Tags


Dominant Set Viewer Description

Dominant Set Viewer is a project aimed to implement a dominating set solver and provide graph visualization as well. The reason of not using existing libraries for visualizing graphs is that most of them are resource greedy and may contain extra features which are not required, or worse may not contain a required feature. Therefore, the graph visualization utility used in this project is light weight and able to render up to 3000 vertices linked to each other within a blink. The graph visualizer can render undirected graphs at the moment, loops are not yet implemented. However, will add these features soon. The visualizer has the following rendering layouts: · Random : which is based on a grid where vertices are placed randomly. · Circular : which displays all of the vertices distant equally from a center point. · Maze : which render the nodes as a maze · Star : which displays vertices in a circular way but not equally distant from the center. · Planner : this layout is expected to show planner graph as per the Fruchterman-Rheingold algorithm (FR) however, it is not accurate at the moment.


Dominant Set Viewer Related Software