#!/bin/bash
# Repeated methods

trap "/usr/bin/killall -q -u $USER TSP 2>/dev/null" 0 1 2 3 9 15
trap "/bin/rm -f $STDERR" 0 1 2 3 9 15

/c/cs474/bin/run -stderr=/dev/null ./TSP /c/cs223/hw2/Tests/t010.in -insert nearest -nearest -insert nearest -insert farthest -insert nearest < /dev/null
