#include "idrawalgorithm.h"
#include "igraphviz.h"
Go to the source code of this file.
Classes | |
class | BaseDrawAlgorithm |
Base class for drawing algorithms, provides basic graph algorithms. More... | |
class | FarthestFinalDrawAlgorithm |
Heuristic algorithm which is based on finding farthest final state from inital state. More... | |
class | GraphVizDrawAlgorithm |
Drawing algorithm based on GraphViz library. More... | |
class | NaiveDrawAlgorithm |
Trivial algorithm only for put automaton on scene. More... |