problem.getcolinfo
problem.getcolinfo |
problem.getcolinfo (infotype, colindex);
InfoType
|
Type of information (see below)
|
ColIndex
|
Column (i.e.
xpress.var object, index, or name) whose information is to be handled
|
Info
|
Address of information to be set or retrieved
|
If the data is not available, the type of the returned Info is set to None.
The following constants are provided for column information handling:
- xpress.colinfo_value
- Get the current value of the column
- xpress.colinfo_rdj
- Get the current reduced cost of the column
- xpress.colinfo_deltaindex
- Get the delta variable index associated to the column
- xpress.colinfo_delta
- Get the delta value (change since previous value) of the column
- xpress.colinfo_deltadj
- Get the delta variables reduced cost
- xpress.colinfo_updaterow
- Get the index of the update (or step bound) row associated to the column
- xpress.colinfo_sb
- Get the step bound on the variable
- xpress.colinfo_sbdual
- Get the dual multiplier of the step bound row for the variable
© 2001-2019 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.