From 9c3a5bd95b979d7b455a6ac4a73151c979eadebf Mon Sep 17 00:00:00 2001
From: Pamela Dyer <pamela.dyer@uconn.edu>
Date: Thu, 17 Jun 2021 22:56:16 +0000
Subject: [PATCH] Update Application_examples/Knapsack_Weight_Limit.mp

---
 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 0c3399b..3301053 100644
--- a/Application_examples/Knapsack_Weight_Limit.mp
+++ b/Application_examples/Knapsack_Weight_Limit.mp
@@ -14,7 +14,9 @@ Example 38 Knapsack
     small N,in particular, it stabilizes at scope 4).
     
 	Run for scope 1 and up to 5
-*/
+
+==========================================================*/
+
 SCHEMA Knapsack
 
 ATTRIBUTES { number limit, accumulated_total, current_max,
-- 
GitLab