Skip to content

Commit 99a408a

Browse files
Increment version number to 0.1.0
1 parent 1e8b049 commit 99a408a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: heumilkr
22
Title: Heuristic Capacitated Vehicle Routing Problem Solver
3-
Version: 0.0.0.9000
3+
Version: 0.1.0
44
Authors@R:
55
person("Lukas", "Schneiderbauer", email = "lukas.schneiderbauer@gmail.com", role = c("aut", "cre", "cph"))
66
Description: Implements the Clarke-Wright algorithm to find a quasi-optimal solution to the Capacitated Vehicle Routing Problem. See Clarke, G. and Wright, J.R. (1964) <doi:10.1287/opre.12.4.568> for details. The implementation is accompanied by helper functions to inspect its solution.

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# heumilkr (development version)
1+
# heumilkr 0.1.0
22

33
* Initial CRAN submission.

0 commit comments

Comments
 (0)