NAG Library Manual, Mark 29.3
Interfaces:  FL   CL   CPP   AD 

NAG CL Interface Introduction
Example description

nag_opt_qp_dense_solve (e04nfc) Example Program Optional Parameters

Following options for e04nfc are read by e04xyc.

begin e04nfc

 fmax_iter = 30 /* Set maximum number of iterations in feasiblity phase */
 max_iter = 50  /* Set maximum total number of iterations */

end