eta.core.planning.reorder_plan_steps

reorder_plan_steps(plan, ds)[source]

Reorder steps in the plan according to imposed constraints.

Parameters:
Returns:

The updated plan, if successful.

Return type:

PlanNode or None

Notes

TODO: this is a stub that needs implementation.