| Algorithm 3 (Bisection algorithm to solve P5) |
|
Require: Initialize and , set . repeat 1. Set . 2. Compute via Algorithm 2 3. If , set , otherwise set . until. 4. Output . |
| Algorithm 3 (Bisection algorithm to solve P5) |
|
Require: Initialize and , set . repeat 1. Set . 2. Compute via Algorithm 2 3. If , set , otherwise set . until. 4. Output . |