#include <Exception.hpp>
#include <Vector.hpp>
#include <Random.hpp>
#include "GNGUAlgorithm.hpp"
#include "NodeContainer.hpp"
#include "EdgeContainer.hpp"
#include "GNGEdge.hpp"
#include "GNGNode.hpp"
#include "IGNGContainer.hpp"
#include "IGNGNodeInserter.hpp"
#include <cstdlib>
#include <iostream>