|  | CMR
    1.3.0
    | 
#include <separation.h>
| Public Attributes | |
| size_t | numRows | 
| Number of rows of the matrix. | |
| size_t | numColumns | 
| Number of columns of the matrix. | |
| int * | rowsFlags | 
| Array with each row's flags; logical OR of CMR_SEPA_TYPE. | |
| int * | columnsFlags | 
| Array with each column's flags; logical OR of CMR_SEPA_TYPE. | |
| CMR_SEPA_TYPE | type | 
| Type of separation. | |
| int* CMR_SEPA::columnsFlags | 
Array with each column's flags; logical OR of CMR_SEPA_TYPE.
| size_t CMR_SEPA::numColumns | 
Number of columns of the matrix.
| size_t CMR_SEPA::numRows | 
Number of rows of the matrix.
| int* CMR_SEPA::rowsFlags | 
Array with each row's flags; logical OR of CMR_SEPA_TYPE.
| CMR_SEPA_TYPE CMR_SEPA::type | 
Type of separation.