- Set CurrentMatrixColumnCount
CurrentMatrixColumnCount
The predefined parameter CurrentMatrixColumnCount
contains the
number of columns for the last mathematical program generated.
Parameter CurrentMatrixColumnCount {
IndexDomain : IndexVariables;
}
Definition
The parameter
CurrentMatrixColumnCount
contains the number of columns for the last mathematical program generated. The parameter counts the columns generated for each individual symbolic variable.
Note
You can use the parameter
CurrentMatrixColumnCount
, for example, to analyze which symbolic variable accounts for a number of columns 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 CurrentMatrixRowCount
, CurrentMatrixBlockSizes
.