// Test of closest pair algorithms
// David Eppstein, UC Irvine, 19 Apr 1997
//
// Common include file to gather all applications of closest pair data strux.

#include "GreedyMatching.h"
#include "MultiFragment.h"
#include "Cluster.h"
#include "CheapestInsertion.h"
#include "Tron.h"
