TSPDroneICP.jl v1.0.0
We're excited to announce the first stable release of TSPDroneICP.jl, a Julia package that implements the Iterative Chainlet Partitioning (ICP) algorithm for solving the Traveling Salesman Problem with Drone (TSP-D).
This package efficiently solves logistics optimization problems involving 1 truck and 1 drone coordination, offering both the core ICP algorithm and optional neural acceleration components.
Install via:
import Pkg; Pkg.add(url="https://github.com/0505daniel/TSPDroneICP.jl")
or
] add https://github.com/0505daniel/TSPDroneICP.jl
See the README for detailed usage examples and configuration options.
Full Changelog: https://github.com/0505daniel/TSPDroneICP.jl/commits/v1.0.0