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);
1.2.18