nag_opt_lp (e04mfc) Example Program Data Data for example 1. Objective function coefficients -0.02 -0.2 -0.2 -0.2 -0.2 0.04 0.04 Linear constraint matrix, A. 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.15 0.04 0.02 0.04 0.02 0.01 0.03 0.03 0.05 0.08 0.02 0.06 0.01 0.0 0.02 0.04 0.01 0.02 0.02 0.0 0.0 0.02 0.03 0.0 0.0 0.01 0.0 0.0 0.70 0.75 0.80 0.75 0.80 0.97 0.0 0.02 0.06 0.08 0.12 0.02 0.01 0.97 Lower bounds -0.01 -0.1 -0.01 -0.04 -0.1 -0.01 -0.01 -0.13 -1.0e21 -1.0e21 -1.0e21 -1.0e21 -0.0992 -0.003 Upper bounds 0.01 0.15 0.03 0.02 0.05 1.0e21 1.0e21 -0.13 -0.0049 -0.0064 -0.0037 -0.0012 1.0e21 0.002 Initial estimate of x -0.01 -0.03 0.0 -0.01 -0.1 0.02 0.01 Following options for e04mfc are read by e04xyc in example 2. begin e04mfc print_level = Nag_Soln /* Print solution only */ ftol = 1e-10 /* Set feasiblity tolerance */ end