AddCols Method (Int32, Int32, Double[], Int32[], Int32[], Double[], Double[], Double[])
Namespace: Optimizer
Assembly: xprsdn (in xprsdn.dll) Version: 41.01.99
public void AddCols( int ncols, int ncoefs, double[] objcoef, int[] start, int[] rowind, double[] rowcoef, double[] lb, double[] ub )
Parameters
- ncols
-
Type:
SystemInt32
Number of new columns. - ncoefs
-
Type:
SystemInt32
Number of new nonzeros in the added columns. - objcoef
-
Type:
SystemDouble
Double array of length ncols containing the objective function coefficients of the new columns. - start
-
Type:
SystemInt32
Integer array of length ncols containing the offsets in the rowind and rowcoef arrays of the start of the elements for each column. - rowind
-
Type:
SystemInt32
Integer array of length ncoefs containing the row indices for the elements in each column. - rowcoef
-
Type:
SystemDouble
Double array of length ncoefs containing the element values. - lb
-
Type:
SystemDouble
Double array of length ncols containing the lower bounds on the added columns. - ub
-
Type:
SystemDouble
Double array of length ncols containing the upper bounds on the added columns.
© 2001-2023 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.