Skip to content

Commit

Permalink
switch berths on problem generator
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira committed May 9, 2024
1 parent 4035db2 commit 9c1a98a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ def problem_generator(
candidates = (
("jem_bay7", "berth1"),
("jem_bay7", "berth2"),
("gra_bay3", "berth1_g"),
("gra_bay5", "berth2_g"),
("gra_bay4", "berth1_g"),
("gra_bay3", "berth2_g"),
)
dock_connected_lines = [
f"(dock-connected {bay} {berth})"
Expand Down

0 comments on commit 9c1a98a

Please sign in to comment.