Skip to content

Commit f3439b7

Browse files
committed
Added critical heuristic
1 parent 5b4584b commit f3439b7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

jupyddl/heuristics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ def __init__(self, automated_planner, critical_path_level=1):
294294
if g1 != g2 and g1 != g3 and g2 != g3
295295
]
296296

297-
print (self.goals)
298-
299297

300298
def __h_max(self, costs):
301299
return max(costs)

0 commit comments

Comments
 (0)