// Test of closest pair algorithms
// David Eppstein, UC Irvine, 20 Apr 1997
//
// Hierarchical clustering application

#include "Algorithms.h"

extern CPApplication Cluster;
