The methods of the ILPMatrix interface are listed below. For a complete list of ILPMatrix interface members, see the ILPMatrix Members topic.
![]() | Overloaded. Adds new empty columns to the LP matrix. |
![]() | Overloaded. Adds a new empty column to an LP matrix. |
![]() | Overloaded. Adds a range constraint as a new row to an LP matrix. |
![]() | Overloaded. Adds a set of range constraints as new rows to an LP matrix. |
![]() | Removes all rows and columns from the invoking LP matrix. |
![]() | Returns columns in a sparse matrix representation. |
![]() | Overloaded. Returns the column index corresponding to a variable in the invoking LP matrix. |
![]() | Returns the variable corresponding to the i -th column of the LP matrix. |
![]() | Returns the value of the matrix element row and col from the invoking LP matrix. |
![]() | Returns the ranged constraint corresponding to the i -th row of the LP matrix. |
![]() | Returns rows in a sparse matrix representation. |
![]() | Overloaded. Removes a set of columns from the invoking LP matrix. |
![]() | Removes one column from the LP matrix. |
![]() | Removes one row from the LP matrix. |
![]() | Overloaded. Removes as set of rows from the invoking LP matrix. |
![]() | Sets one nonzero of the coefficient matrix of the invoking LP matrix. |
![]() | Sets nonzero elements of the coefficient matrix of the invoking LP matrix. |