Update schedule_heuristic.py

This commit is contained in:
Lianmin Zheng
2024-07-24 01:22:30 -07:00
committed by GitHub
parent 4cd64b8ee6
commit 00e4baa728

View File

@@ -14,7 +14,7 @@ class ScheduleHeuristic:
tree_cache,
):
if tree_cache.disable and schedule_heuristic == "lpm":
# LMP is not meaningless when tree cache is disabled.
# LMP is meaningless when the tree cache is disabled.
schedule_heuristic = "fcfs"
self.schedule_heuristic = schedule_heuristic