Skip to content

Commit

Permalink
Refer from LM-Cut experiment to 'real' Fast Downward experiments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Aug 9, 2023
1 parent 2ae1931 commit 0d5fed6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/lmcut.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#! /usr/bin/env python

"""Solve some tasks with A* and the LM-Cut heuristic."""
"""Basic experiment that solves some tasks with A* and the LM-Cut heuristic.
For more realistic Fast Downward experiments, see the ``examples/downward``
directory.
"""

import os
import os.path
Expand Down

0 comments on commit 0d5fed6

Please sign in to comment.