/tiny_sea

TinySea provide functions to compute sailing boat routing based on multiple criteria

Primary LanguageC++GNU General Public License v3.0GPL-3.0

TinySea

TinySea provide functions to compute sailing boat routing based on multiple criteria

Installation

Build

To build this project you must have conan, cmake and a compiler that support cpp17.

git clone https://github.com/jorisv/tiny_sea
mkdir build
cd build
conan install ../tiny_sea -s compiler.cppstd=17 -b missing
cmake ../tiny_sea
make && ctest

Create Conan package

conan create . -s compiler.cppstd=17 -b missing

Algorithm

The algorithm is a Hybrid A*.