// Test of closest pair algorithms
// David Eppstein, UC Irvine, 19 Apr 1997
//
// Common include file to gather all implementations of pt set generators.

#include "Vector.h"
#include "RandDist.h"
#include "Negation.h"
#include "TwoAdic.h"
#include "Sierpinski.h"
#include "Tron.h"
