-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
User Story
As a planning user, I would like to solve a temporal problem such as the one described here.
Acceptance Criteria
- Have at least one supported planner solve it.
Additional Material
The problem has the following features, and apparently there is no planner supporting all of them:
PROBLEM_CLASS: ['ACTION_BASED']
TIME: ['CONTINUOUS_TIME']
EXPRESSION_DURATION: ['STATIC_FLUENTS_IN_DURATIONS', 'REAL_TYPE_DURATIONS']
TYPING: ['FLAT_TYPING']
QUALITY_METRICS: ['MAKESPAN']
INITIAL_STATE: ['UNDEFINED_INITIAL_NUMERIC']
I used LPG-td manually to solve it, but LPG-td does not seem to be supported in unified-planning (or up-lpg).
I've created an issue in the up-lpg repo too. Feel free to close it if it's not the right place to raise it.