From 67b1c12a19acdbe6820e4a0ecd24b2b9e812cf29 Mon Sep 17 00:00:00 2001 From: bbod Date: Mon, 30 Mar 2020 23:57:00 -0600 Subject: [PATCH] Auto Commit --- HW10/main.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/HW10/main.cpp b/HW10/main.cpp index 972605c..b63ec7b 100644 --- a/HW10/main.cpp +++ b/HW10/main.cpp @@ -23,7 +23,12 @@ int main(int argc, char* argv[]) citiesSize = cities.size(); //Make costMatrix costMatrix = CostMatrixGenerator::GenerateCostMatrix(cities); - + for(int i = 0; i < citiesSize; i++){ + for(int j = 0; j