|
Get modified quadratic objective coefficients.
Parameters |
Description |
_LONG_T max_no |
The maximum number of quadratic elements to retrieve. |
_LONG_T col_no1[] |
Array with the first column numbers of the quadratic matrix elements. Length must be at least max_no. |
_LONG_T col_no2[] |
Array with the second column numbers of the quadratic matrix elements. Length must be at least max_no. |
double val[] |
Array with the values of the quadratic coefficients. Length must be at least max_no. |
The GetNextChangedQMatrixElements method returns the actual number of quadratic elements retrieved.
The GetNextChangedQMatrixElements method is used to get quadratic objective elements from AIMMS that were changed after a solve using GMP modifications. This method should only be called if the capability flag SolverCapability::CAPAB_MATRIX_MANIP has been set in the GetInitialInfo method.