- Set CurrentMatrixRowCount
CurrentMatrixRowCount
The predefined parameter CurrentMatrixRowCount
contains the number
of rows for the last mathematical program generated.
Parameter CurrentMatrixRowCount {
IndexDomain : IndexConstraints;
}
Definition
The parameter
CurrentMatrixRowCount
contains the number of rows for the last mathematical program generated. The parameter counts the rows generated for each individual symbolic constraint.
Note
You can use the parameter
CurrentMatrixRowCount
, for example, to analyze which symbolic constraint accounts for a number of rows in a mathematical program that appears to be unnaturally high.The parameters
CurrentMatrixRowCount
,CurrentMatrixColumnCount
andCurrentMatrixBlockSizes
are only set when the AIMMS option Solvers General - Matrix Generation - Matrix_Block_Sizes is set toon
.
See also
The sets CurrentMatrixColumnCount
, CurrentMatrixBlockSizes
.