print_solutionPrints the solution (variables) of the lp. void print_solution(lprec *lp); Return Value print_solution has no return value. Parameters lp Pointer to previously created lp model. See return value of make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS Remarks
The print_solution function prints the solution (variables) of the lp. This
can only be done after a successful solve. Example
See Also delete_lp, make_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS, print_lp, print_objective, print_constraints, print_duals, print_scales, print_file |