print_constraintsPrints the values of the constraints of the lp. void print_constraints(lprec *lp, int columns); Return Value print_constraints has no return value. Parameters lp Pointer to previously created lp model. See return value of make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI columns Number of columns to print solution. Remarks
The print_constraints function prints the values of the constraints of the lp.
This can only be done after a successful solve. Example
See Also delete_lp, free_lp, make_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, get_constraints, get_constr_value, print_lp, print_objective, print_solution, print_duals, print_scales, print_tableau, print_str, set_outputstream, set_outputfile, print_debugdump |