From c9b6f47368851e56bb6aa863682c4b6f80126519 Mon Sep 17 00:00:00 2001 From: Avinash Date: Tue, 11 Oct 2022 22:49:10 +0000 Subject: [PATCH] Move --- Colloquium_2/branch_bound_P_7_9.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Colloquium_2/branch_bound_P_7_9.jl b/Colloquium_2/branch_bound_P_7_9.jl index d686069..0b20406 100644 --- a/Colloquium_2/branch_bound_P_7_9.jl +++ b/Colloquium_2/branch_bound_P_7_9.jl @@ -16,7 +16,7 @@ end) @constraints(m, begin −x + 3y1 + 2y2 + y3 ≤ 0 −5y1 − 8y2 − 3y3 ≤ −9 -end) +end) #sadasd @objective(m, Min, x + y1 + 3y2 + 2y3)