#!/bin/csh -f

if ( ! -e coloring.out ) then
   echo File \"coloring.out\" not found.
   exit 1
endif

./CompareGraph
