💻Run on terminal:
cp -R data/. java/
cp -R prolog/. java/
cd java
java Proj client.csv taxis.csv nodes.csv lines.csv traffic.csv
✔️ Jiprolog was used to integrate Java and Prolog
🚖 Andreas Kontogiannis
🚖 Panagiotis Peppas
A smart taxi navigation system developed in Java and Prolog (Jiprolog was used to integrate Java and Prolog) that uses A* AI algorithm to select the optimal taxi and optimal route from a current position to a specific destination on Google Maps. Many variables, such as road obstacles, bridges, traffic congestion, toll roads etc, were used penalized in the heuristic function.