We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e63b16 commit 79a5c3cCopy full SHA for 79a5c3c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# TSPF - CHANGELOG
2
3
+## Version 0.3.0
4
+- Implement parsing for ATSP, CVRSP, SOP and TOUR files
5
+- Implement distance functions
6
+- Simplify getter api in struct Tsp
7
+
8
## Version 0.2.0
9
- Parse HCP files
10
- Iterator for node coordinates, display coordinates, fixed edges and edge weights
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tspf"
-version = "0.2.0"
+version = "0.3.0"
authors = ["1crcbl <1crcbl@protonmail.com>"]
edition = "2018"
0 commit comments