heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
39 stars 16 forks source link

HeuristicLab graph layout and visualization #2583

Open HeuristicLab-Trac-Bot opened 8 years ago

HeuristicLab-Trac-Bot commented 8 years ago

Issue migrated from trac ticket # 2583

milestone: HeuristicLab 3.3.x Backlog | component: Visualization | priority: medium | keywords: graph layout, visualization

2016-03-08 15:56:58: @foolnotion created the issue


This would provide functionality for the layout and visualization of graphs represented using the DirectedGraph in HeuristicLab.

The functionality should be split between two plugins:

  • A graph visualization plugin providing a DirectedGraphView and a wrapper class for the layout algorithm (provided by an external library)
  • An external library plugin for the adaptagrams library used for layouting and edge routing. The external library (http://www.adaptagrams.org/) is compiled from source code (LGPL) for i686 and x86_64 targets and invoked via an automatically-generated C# wrapper (created with SWIG). The wrapper plugin is responsible for selecting the correct library version according to the build target (32 or 64bit).

The two plugins described above depend directly on the HeuristicLab.Visualization branch (#1265), therefore should also live in the same location.

HeuristicLab-Trac-Bot commented 8 years ago

2016-07-07 19:32:28: @foolnotion changed milestone from HeuristicLab 3.3.14 to HeuristicLab 3.3.x Backlog

HeuristicLab-Trac-Bot commented 8 years ago

2016-07-07 19:32:39: @foolnotion changed status from new to accepted