// Test of closest pair algorithms
// David Eppstein, UC Irvine, 19 Apr 1997
//
// Greedy matching application

#include "Algorithms.h"

extern CPApplication GreedyMatching;
