Skip to content

Commit ab99a7a

Browse files
Increment version number to 0.3.0.9000
1 parent 1c4e721 commit ab99a7a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.3.0
3+
Version: 0.3.0.9000
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# heumilkr (development version)
2+
13
# heumilkr 0.3.0
24

35
## Breaking changes

0 commit comments

Comments
 (0)