pddl4j icon indicating copy to clipboard operation
pddl4j copied to clipboard

Documentation example does not work: no function `setDomain` on planner objects

Open victorpaleologue opened this issue 1 year ago • 4 comments

Hello, I am trying out this example from the documentation. But I am stuck when I write:

planner.setDomain(benchmarks + "domain.pddl");

Because there is no such function setDomain.

victorpaleologue avatar Sep 15 '22 14:09 victorpaleologue

It looks like the documentation is for a version 4.0.0, but I cannot find it on MavenCentral.

victorpaleologue avatar Sep 15 '22 14:09 victorpaleologue

The code of documentation the for a version 4.0.0 is only available for the moment in the devel branch. Thus if you want to use this documentation, clone the devel branch.

pellierd avatar Sep 15 '22 14:09 pellierd

Can I find the documentation for the version 3.8, instead?

victorpaleologue avatar Sep 15 '22 14:09 victorpaleologue

All the version of the api documentation are available online.

pellierd avatar Sep 15 '22 19:09 pellierd