HighsLp
An LP model is communicated via an instance of the HighsLp class
num_col_: Scalar of type integer - Number of columns in the modelnum_row_: Scalar of type integer - Number of rows in the modelcol_cost_: Vector of type double - Coefficients of the linear term in the objective functioncol_lower_: Vector of type double - Lower bounds on the variablescol_upper_: Vector of type double - Upper bounds on the variablesrow_lower_: Vector of type double - Lower bounds on the constraintsrow_upper_: Vector of type double - Upper bounds on the constraintsa_matrix_: Instance of HighsSparseMatrix class - Constraint matrixsense_: Scalar of type ObjSense - Optimization sense of the modeloffset_: Scalar of type double - Constant term in the objective functionmodel_name_: Scalar of type string - Name of the modelobjective_name_: Scalar of type string - Name of the objective functioncol_names_: Vector of type string - Names of the variablesrow_names_: Vector of type string - Names of the constraintsintegrality_: Vector of type HighsVarType - Type of each variable