Skip to content

Commit

Permalink
CRAN submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Jul 14, 2022
1 parent 43baa00 commit 546d439
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: TSP
Type: Package
Title: Traveling Salesperson Problem (TSP)
Version: 1.2-0-1
Date: 2022-xx-xx
Version: 1.2-1
Date: 2022-07-14
Authors@R:
c(person("Michael", "Hahsler",
role = c("aut", "cre", "cph"),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
@@ -1,11 +1,11 @@
# TSP 1.2-0-1 (xx/xx/2022)
# TSP 1.2-1 (07/14/2022)

## Changes
* added filter_ATSP_as_TSP_dummies().
* tour_length() now also accepts integer vectors instead of TOUR.

## Bugfix
* Integer values are now left unscaled for Concorde.
* Small integer values are now left unscaled for Concorde.

# TSP 1.2-0 (02/21/2022)

Expand Down

0 comments on commit 546d439

Please sign in to comment.