The document discusses partial-order planning algorithms. Partial-order planners represent plans as graphs showing temporal constraints between steps rather than totally ordered lists. They exhibit "least commitment" by only adding constraints when necessary. The document describes representing partial-order plans as graphs and how they can represent multiple total order plans. It also discusses using plan modification operators like refinement and threat resolution to search the plan space for a solution.