Simulation of the optimal boat path on a river.
Finding the optimal boat path using Discrete Mathematics tools like Fuzzy Control System supported by A* search.
- Written in C++
- SFML library as a GUI
- GoogleTest for unit tests
Dark blue represents deep area, whereas orange or red is used for the shallows.
Black line depicts Fuzzy System path and red line shows A* path.