Sequential Refinement
The refinement is structured so that solving P1 through Pn in sequence solves P.
/* Solve problem P */
{
/* Solve subproblem P1 */
. . .
/* Solve subproblem P2 */
. . .
.
.
.
/* Solve subproblem Pn */
. . .
}
Previous slide
Next slide
Back to first slide
View graphic version