IBM / nl2flow

NL2Flow: A PDDL Interface to Flow Construction
Apache License 2.0
5 stars 2 forks source link

Flags for no solution #40

Closed TathagataChakraborti closed 3 months ago

TathagataChakraborti commented 3 months ago

Flag to indicate whether

TathagataChakraborti commented 3 months ago

@ctpelok77 is there a way to tell if the planner in the kstar package timed out?

ctpelok77 commented 3 months ago

Good question. How do you use it?

TathagataChakraborti commented 3 months ago

like this

the whole FD output has the rest of the info outside plans doesn't it

ctpelok77 commented 3 months ago

Yeah, I could return the raw output, but I don't think that would be very helpful. What is it you want to know? Was it interrupted? Was the task found unsolvable? Anything else?

TathagataChakraborti commented 3 months ago

Basically if there are no plans, I want to know whether it said no plans or if it was timed out. I could potentially put a time out on the call to the planner but that seems an odd thing to do given the call itself has a timeout.

ctpelok77 commented 3 months ago

https://github.com/IBM/kstar/issues/6