print.simplex package:boot R Documentation _P_r_i_n_t _S_o_l_u_t_i_o_n _t_o _L_i_n_e_a_r _P_r_o_g_r_a_m_m_i_n_g _P_r_o_b_l_e_m _D_e_s_c_r_i_p_t_i_o_n: This is a method for the function 'print()' to print objects of class '"simplex"'. _U_s_a_g_e: ## S3 method for class 'simplex': print(x, ...) _A_r_g_u_m_e_n_t_s: x: An object of class '"simplex"' created by calling the function 'simplex' to solve a linear programming problem. ...: further arguments passed to or from other methods. _D_e_t_a_i_l_s: The coefficients of the objective function are printed. If a solution to the linear programming problem was found then the solution and the optimal value of the objective function are printed. If a feasible solution was found but the maximum number of iterations was exceeded then the last feasible solution and the objective function value at that point are printed. If no feasible solution could be found then a message stating that is printed. _V_a_l_u_e: 'x' is returned silently. _S_e_e _A_l_s_o: 'simplex'