Skip to content

Commit

Permalink
modify @author in Multiknapsack.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Mueller committed Oct 27, 2019
1 parent 4559e04 commit 6aa17e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Multiknapsack.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* In the First model, each knapsack constraint is built manually. It includes 2 knapsacks.
* In the Second model, each knapsack constraint is built with a for Cycle. It includes 20 knapsacks.
*
* @author José Miguel Quesada Perez ([email protected])
* @author Jose Miguel Quesada Perez ([email protected])
* @version 1.1
* @since 2018-10-12
*/
Expand Down

0 comments on commit 6aa17e4

Please sign in to comment.