Updated readme file with new location of the meta encoding.

This commit is contained in:
Patrick Lühne 2016-08-30 14:28:29 +02:00
parent 28b9d22a4c
commit e664fe8470

View File

@ -35,11 +35,11 @@ $ plasp output.sas
### Solving the Translated Instance ### Solving the Translated Instance
The translated instance can finally be solved incrementally with `clingo` and a meta encoding, for instance, `pddl-meta-sequential-incremental.lp`: The translated instance can finally be solved incrementally with `clingo` and a meta encoding, for instance, [`sequential-incremental.lp`](encodings/sequential-incremental.lp):
```bash ```bash
$ plasp domain.pddl problem.pddl > instance.lp $ plasp domain.pddl problem.pddl > instance.lp
$ clingo encodings/pddl-meta-sequential-incremental.lp instance.lp $ clingo encodings/sequential-incremental.lp instance.lp
``` ```
## Command-Line Interface ## Command-Line Interface