problem.getcoef
problem.getcoef |
Purpose
Returns a single coefficient in the constraint matrix.
Synopsis
coef = problem.getcoef (irow, icol)
Arguments
irow
|
Row of the constraint matrix.
|
icol
|
Column of the constraint matrix.
|
Further information
It is quite inefficient to get several coefficients with the
getcoef function. It is better to use
getcols or
getrows.
Related topics