List of MATLAB Programs for Chapter 12

  • f_barrier.m: Evaluates the objective function f_tau(x_k + alpha*d_k) given in Eq. (12.26a).

  • golden_sect_m.m: Implements the golden-section search for functions that contain parameters in addition to design variables.

  • lp_mehrotra.m: Implements Algorithm 12.6 for standard-form LP problems.

  • lp_path_nf.m: Implements Algorithm 12.5 for standard-form LP problems.

  • lp_path_sf.m: Implements Algorithm 12.4 for standard-form LP problems.

  • pas_s.m: Implements Algorithm 12.1 for standard-form LP problems.

  • pnb_s.m: Implements Algorithm 12.2 for standard-form LP problems.