Skip to content

Improved Graph IDE - Classes

Caio Tonetti requested to merge ctonetti/rocs:improved-graph-ide-classes into master

This merge request is part of my GSoC project responsible for creation of new graph classes using the generategraphplugin. The following were implemented in the commits:

  • Path Graph Creation;
  • Complete Graph Creation;
  • Complete Bipartite Graph Creation.

Some other details related to the graph creation also were modified:

  • Default values for the graph classes;
  • Changed the default edge types;
  • Variable names fixes;
  • Redundant code.
Edited by Caio Tonetti

Merge request reports