Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@0505daniel 0505daniel released this 22 Apr 03:57
· 3 commits to main since this release

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