IISData
Return value for getIISData(int)
;. More...
#include <xpress.hpp>
Public Attributes |
|
std::vector< char > | bndtype |
Sense of bounds in IIS. |
|
std::vector< int > | colind |
Indices of bounds (columns) in IIS. |
|
std::vector< char > | contype |
Sense of rows in IIS. |
|
std::vector< double > | djs |
Dual multipliers (reduced costs) with bounds. |
|
std::vector< double > | duals |
Dual multipliers associated with rows. |
|
std::vector< char > | isolationcols |
Isolation status of columns. |
|
std::vector< char > | isolationrows |
Isolation status of rows. |
|
std::vector< int > | rowind |
Indices of rows in the IIS. |
|
Detailed Description
Return value for getIISData(int)
;.
- Since
- 44.00
Member Data Documentation
bndtype
std::vector<char> xpress::XPRSProblem::IISData::bndtype |
Sense of bounds in IIS.
- Since
- 44.00
colind
std::vector<int> xpress::XPRSProblem::IISData::colind |
Indices of bounds (columns) in IIS.
- Since
- 44.00
contype
std::vector<char> xpress::XPRSProblem::IISData::contype |
Sense of rows in IIS.
- Since
- 44.00
djs
std::vector<double> xpress::XPRSProblem::IISData::djs |
Dual multipliers (reduced costs) with bounds.
- Since
- 44.00
duals
std::vector<double> xpress::XPRSProblem::IISData::duals |
Dual multipliers associated with rows.
- Since
- 44.00
isolationcols
std::vector<char> xpress::XPRSProblem::IISData::isolationcols |
Isolation status of columns.
- Since
- 44.00
isolationrows
std::vector<char> xpress::XPRSProblem::IISData::isolationrows |
Isolation status of rows.
- Since
- 44.00
rowind
std::vector<int> xpress::XPRSProblem::IISData::rowind |
Indices of rows in the IIS.
- 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.