Skip to content

Commit

Permalink
Readme: Renamed some sections. Added note about uninteresting plans a…
Browse files Browse the repository at this point in the history
…t the top of the 'Multiple Solutions' section.
  • Loading branch information
speckdavid committed May 16, 2024
1 parent aa09ee4 commit 0faed4a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ We appreciate citations when SymK is used in a scientific context (see [Referenc
- [Dependencies](#dependencies)
- [Compiling the SymK Planner](#compiling-the-symk-planner)
- [Apptainer Image](#apptainer-image)
- [Generating A Single Optimal Solution](#generating-a-single-optimal-solution)
- [Generating Multiple Solutions](#generating-multiple-solutions)
- [Single Optimal Solution](#generating-a-single-optimal-solution)
- [Multiple Solutions](#generating-multiple-solutions)
- [Top-k Configurations](#top-k-configurations)
- [Top-q Configurations](#top-q-configurations)
- [Loopless Planning](#loopless-planning)
Expand Down Expand Up @@ -58,7 +58,7 @@ apptainer build symk.sif Apptainer
./symk.sif domain.pddl problem.pddl --search "sym-bd()"
```

## Generating A Single Optimal Solution
## Single Optimal Solution
We recommend using the following configuration which uses bidirectional search.

```console
Expand All @@ -67,7 +67,9 @@ We recommend using the following configuration which uses bidirectional search.

Other configurations are forward or backward search: `--search "sym-fw()"` or `--search "sym-bw()"`.

## Generating Multiple Solutions
## Multiple Solutions

**Note:** By default, the planner performs a relevance analysis, eliminating variables and actions that are irrelevant to achieving the goal, thus *avoiding uninteresting plans*. For details on how to disable this optimization, see [Pitfalls and Troubleshooting](#pitfalls-and-troubleshooting).

### Top-k Configurations

Expand Down

0 comments on commit 0faed4a

Please sign in to comment.