Solution for the problem of P1

1: InitializeQ0;

2: Start to solve alternately, the number of iterations is l;

3: Solve theAl in the P2 problem according to Ql-1 at this time;

4: SolveQl in P3 problem from Al in P2;

5: Number of iterations l = l + 1;

6: The objective function is reduced to a certain extent, stop iteration.