Skip to content

Commit

Permalink
Fix problem generator for granite lab.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoltin committed Feb 8, 2024
1 parent bc07049 commit e0db361
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,12 @@ def problem_generator(
location_real_lines = [f"(location-real {bay})" for bay in bays]
writer.declare_predicates(location_real_lines, "static_predicates")

candidates = (("jem_bay7", "berth1"), ("jem_bay7", "berth2"))
candidates = (
("jem_bay7", "berth1"),
("jem_bay7", "berth2"),
("gra_bay1", "berth1"),
("gra_bay3", "berth2"),
)
dock_connected_lines = [
f"(dock-connected {bay} {berth})"
for bay, berth in candidates
Expand Down

0 comments on commit e0db361

Please sign in to comment.