addRowsCLP              Add and delete rows and columns, clpAPI style
clpPtr-accessors        Accessors for clpPtr objects
clpPtr-class            A pointer to a Clp problem, clpAPI style
clp_add_rows            Add or delete rows and columns
clp_col_solution        Solution vectors
clp_control             Control parameters for clp_solve()
clp_free                Release a Clp model
clp_inf                 The value Clp treats as infinite
clp_initial_solve       Solve a loaded model
clp_is_open             Is a model still usable?
clp_is_proven_optimal   Feasibility and optimality flags
clp_load_problem        Load a problem into a Clp model
clp_load_quadratic_objective
                        Load a quadratic objective
clp_log_level           Algorithm settings
clp_matrix              The constraint matrix
clp_model               Create a Clp model
clp_modify_coefficient
                        Change one matrix coefficient
clp_num_rows            Size of a model
clp_objective           Bounds and objective coefficients
clp_objective_value     Objective value and offset
clp_optimization_direction
                        Optimization direction
clp_options             Options for Clp's presolve and algorithm choice
clp_options_do_dual     Individual presolve transformations
clp_options_free        Release a Clp options object
clp_options_set_solve_type
                        Presolve and algorithm options
clp_primal_tolerance    Numerical tolerances and limits
clp_print_model         Print a model through Clp
clp_problem_name        The name of the problem
clp_read_mps            Read an MPS file
clp_resize              Change the size of a model
clp_row_names           Row and column names
clp_save_model          Save and restore a model
clp_set_integer         Mark columns as integer
clp_solve               Solve a linear program
clp_status              Solution status
clp_status_exists       Basis status for warm starts
clp_sum_primal_infeasibilities
                        Infeasibility measures
clp_unbounded_ray       Rays certifying unboundedness or infeasibility
clp_version             Version of the Clp library in use
clp_write_mps           Write an MPS file
copyNamesCLP            Names and files, clpAPI style
getNumRowsCLP           Problem data, clpAPI style
getSolStatusCLP         Solutions and status, clpAPI style
initProbCLP             Create and delete a problem, clpAPI style
loadProblemCLP          Build a problem, clpAPI style
resizeCLP               Change the size of a problem, clpAPI style
setObjDirCLP            Solver settings, clpAPI style
solveInitialCLP         Solve a problem, clpAPI style
versionCLP              The Clp version, clpAPI style
