XPRSprob.RowInfo Class
Sparse row information. The non-zero indices of variables in the row are given by the two arrays
and
. The coefficient for variable
is
.
ind
val
ind[k]
val[k]
Inheritance Hierarchy
SystemObject
OptimizerXPRSprobRowInfo
OptimizerXPRSprobRowInfo
Namespace: Optimizer
Assembly: xprsdn (in xprsdn.dll) Version: 41.01.03
Syntax
C#
public sealed class RowInfo
The XPRSprobRowInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XPRSprobRowInfo |
Initializes a new instance of the
XPRSprobRowInfo class
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified
Object is equal to the current
Object.
(Inherited from Object.) |
|
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
| GetType |
Gets the
Type of the current instance.
(Inherited from Object.) |
|
| ToString |
Returns a
String that represents the current
Object.
(Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| ind |
The non-zero indices.
|
|
| rhs |
Right-hand side of row.
|
|
| type |
Row type.
|
|
| val |
The non-zero values.
|
See Also
Reference
© 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.
