next up previous
Seguinte: heuristica.c Acima: Códigos-fonte: Solução por heurística Anterior: priorqueue.c

heuristica.h


001   #ifndef __HEURISTICA_H
002   #define __HEURISTICA_H
003   
004   #include "pcv.h"
005   
006   void procCaminhoHeuristica(TPcvData *PcvData);
007   
008   #endif  // __HEURISTICA_H



VilarNt 2003-06-20