Seguinte: heuristica.c
Acima: Códigos-fonte: Solução por heurística
Anterior: priorqueue.c
001 #ifndef __HEURISTICA_H
002 #define __HEURISTICA_H
003
004 #include "pcv.h"
005
006 void procCaminhoHeuristica(TPcvData *PcvData);
007
008 #endif
VilarNt
2003-06-20