Skip to content

Commit fb27ca4

Browse files
committed
Bump version 0.2.0
1 parent c4780f3 commit fb27ca4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tspf"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["1crcbl <[email protected]>"]
55
edition = "2018"
66

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ The version ```0.2.0``` has the following new features:
1212
## Status
1313
At the moment I'm focusing on implementing an LKH solver (also in Rust). Thus, many features of the parser are still missing, but will be gradually added.
1414

15-
The library can currently parse the following problems from TSPLIB:
16-
:ballot_box_with_check: TSP - symmetric travelling salesman problem
17-
:ballot_box_with_check: HCP - Hamiltonian cycle problem
18-
:black_square_button: ATSP - asymmetric travelling salesman problem
19-
:black_square_button: SOP - sequential ordering problem
20-
:black_square_button: CVRP - capacitated vehicle routing problem
21-
:black_square_button: Tour - a collection of tours
15+
The library can currently parse the following problems from TSPLIB:
16+
:ballot_box_with_check: TSP - symmetric travelling salesman problem
17+
:ballot_box_with_check: HCP - Hamiltonian cycle problem
18+
:black_square_button: ATSP - asymmetric travelling salesman problem
19+
:black_square_button: SOP - sequential ordering problem
20+
:black_square_button: CVRP - capacitated vehicle routing problem
21+
:black_square_button: Tour - a collection of tours
2222

2323
**NOTES**:
2424
- The files ```si175.tsp```, ```si535.tsp```, ```si1032.tsp``` from the TSP dataset require a small change: the type entry in the second line ```TYPE: TSP (M.~Hofmeister)``` is wrong according to the format definition. Instead, that line should simply be ```TYPE: TSP```.

0 commit comments

Comments
 (0)