This file contains a class that represents the skater partition operation. More...
#include "../../graph/core/Edge.h"#include "../../graph/core/Vertex.h"#include "../../graph/iterator/MemoryIterator.h"#include "SkaterPartition.h"#include "Utils.h"#include <cassert>#include <queue>Go to the source code of this file.
This file contains a class that represents the skater partition operation.
Adapted from TerraLib4.
Definition in file SkaterPartition.cpp.