Main Page   Class Hierarchy   Compound List   File List   Compound Members  

GrafoUtils.h

00001 #include "Grafo.h"
00002 
00003 /* GrafoUtils
00004  * 
00005  * Funções Auxiliares para o tratamento dos problemas 
00006  * do trabalho prático #1
00007  *
00008  * */
00009 
00012 Grafo& TSPLIB2Grafo(const std::string& filename) throw(ErroGrafo);
00013 
00015 
00020 int custo_caminho(ListaVertices caminho,Grafo grafo);

Generated on Tue Jun 24 09:16:23 2003 for Trabalho #2 de PAA by doxygen1.2.18