Skip to content

Commit

Permalink
Fix build status (#16)
Browse files Browse the repository at this point in the history
* Fix build status from mkp to mknapsack

* Bump version
  • Loading branch information
jmyrberg committed Sep 4, 2020
1 parent 8bf90a3 commit 4d160c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mknapsack

[![Build Status](https://travis-ci.com/jmyrberg/mkp.svg?branch=master)](https://travis-ci.com/jmyrberg/mkp)
[![Build Status](https://travis-ci.com/jmyrberg/mknapsack.svg?branch=master)](https://travis-ci.com/jmyrberg/mknapsack)

Algorithms for solving the [Multiple 0-1 Knapsack Problem](http://www.or.deis.unibo.it/kp/Chapter6.pdf) (MKP).
Currently, only the [MTM algorithm by S. Martello and P. Toth (1981)](https://www.sciencedirect.com/science/article/pii/0166218X81900056) is implemented,
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6
1.0.7

0 comments on commit 4d160c9

Please sign in to comment.