Skip to content

Commit

Permalink
Move
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashresearch1 committed Oct 11, 2022
1 parent 9e7070c commit c9b6f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Colloquium_2/branch_bound_P_7_9.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c9b6f47

Please sign in to comment.