RowInfo
Sparse row information. More...
#include <xpress.hpp>
Public Member Functions |
|
RowInfo (xpress::SizedArray< int const > const &ind, xpress::SizedArray< double const > const &val, char type, double rhs) | |
Create a instance. |
|
Public Attributes |
|
std::vector< int > const | ind |
The non-zero indices. |
|
double const | rhs |
Right-hand side of row. |
|
char const | type |
objects.Inequality type. |
|
std::vector< double > const | val |
The non-zero values. |
|
Detailed Description
Sparse row information.
The non-zero indices of variables in the row are given by the two arrays ind
and val
. The coefficient for variable ind[k]
is val[k]
.
- Since
- 44.00
Constructor & Destructor Documentation
RowInfo()
|
inline |
Create a instance.
- Parameters
-
ind Column indices. val Linear coefficients for columns in ind
.type Row type. rhs Right-hand side.
- Since
- 44.00
Member Data Documentation
ind
std::vector<int> const xpress::XPRSProblem::RowInfo::ind |
The non-zero indices.
- Since
- 44.00
rhs
double const xpress::XPRSProblem::RowInfo::rhs |
Right-hand side of row.
- Since
- 44.00
type
char const xpress::XPRSProblem::RowInfo::type |
objects.Inequality type.
- Since
- 44.00
val
std::vector<double> const xpress::XPRSProblem::RowInfo::val |
The non-zero values.
- Since
- 44.00
The documentation for this class was generated from the following file:
- xpress.hpp
© 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.