Improved Graph IDE - Classes
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