problem.addCols
problem.addCols(objcoef=None, start=None, rowind=None, rowcoef=None, lb=None, ub=None)
|
objcoef
|
Double array containing the objective function coefficients of the new columns. As of version 43.00 this can be
None to indicate that all newly created variables have an objective coefficient of 0 (zero).
|
|
start
|
Integer array containing the offsets in the
rowind and
rowcoef arrays of the start of the elements for each column. May be
None if none of the columns contain nonzero coefficients.
|
|
rowind
|
Integer array containing the row indices for the elements in each column. May be
None if none of the columns contain nonzero coefficients.
|
|
rowcoef
|
Double array containing the element values. May be
None if none of the columns contain nonzero coefficients.
|
|
lb
|
Double array containing the lower bounds on the added columns. This can be
None in which case all variables will have a lower bound of 0.
|
|
ub
|
Double array containing the upper bounds on the added columns. This can be
None in which case all variables will have an infinite upper bound.
|
|
Number of extra columns to be allowed for.
|
|
|
Number of extra matrix elements to be allowed for.
|
|
|
Number of extra MIP entities to be allowed for.
|
Double
|
Tolerance on matrix elements.
|
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.
