From a39c5d36b5dbb652e713368a55aa671a9c854102 Mon Sep 17 00:00:00 2001 From: Pamela Dyer <pamela.dyer@uconn.edu> Date: Thu, 17 Jun 2021 20:19:53 +0000 Subject: [PATCH] Updated Title Line --- Application_examples/Knapsack_Weight_Limit.mp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Application_examples/Knapsack_Weight_Limit.mp b/Application_examples/Knapsack_Weight_Limit.mp index ebe7c4d..0c3399b 100644 --- a/Application_examples/Knapsack_Weight_Limit.mp +++ b/Application_examples/Knapsack_Weight_Limit.mp @@ -1,4 +1,6 @@ -/* Example 38 Knapsack +/* Model of [Knapsack_Weight_Limit] + +Example 38 Knapsack This is a case of well-known Knapsack Dynamic Programming Problem. In general it is NP-hard and NP-complete -- GitLab