X-Git-Url: https://git.distorted.org.uk/~mdw/rocl/blobdiff_plain/8d722cca1e280296d78a1eba829795b0a34e1915..c53e2dd3a5c32cb945a0a68dd96161badb4d14eb:/graph.c diff --git a/graph.c b/graph.c index 821f156..23c1a32 100644 --- a/graph.c +++ b/graph.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: graph.c,v 1.3 2003/03/10 23:37:21 mdw Exp $ + * $Id$ * * Graph theory stuff * @@ -24,20 +24,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: graph.c,v $ - * Revision 1.3 2003/03/10 23:37:21 mdw - * Fix single point TSP. - * - * Revision 1.2 2003/03/08 00:40:32 mdw - * Fix unsigned crapness in travelling-salesman solver. - * - * Revision 1.1 2003/03/07 00:45:13 mdw - * Graph theory functions. - * - */ - /*----- Header files ------------------------------------------------------*/ #include