Definition at line 51 of file lp_data_utils.h.
|
| void | Scale (LinearProgram *lp) |
| |
| void | Scale (const GlopParameters ¶ms, LinearProgram *lp) |
| |
| void | Clear () |
| |
| Fractional | ScaleVariableValue (ColIndex col, Fractional value) const |
| |
| Fractional | ScaleReducedCost (ColIndex col, Fractional value) const |
| |
| Fractional | ScaleDualValue (RowIndex row, Fractional value) const |
| |
| Fractional | ScaleConstraintActivity (RowIndex row, Fractional value) const |
| |
| Fractional | UnscaleVariableValue (ColIndex col, Fractional value) const |
| |
| Fractional | UnscaleReducedCost (ColIndex col, Fractional value) const |
| |
| Fractional | UnscaleDualValue (RowIndex row, Fractional value) const |
| |
| Fractional | UnscaleConstraintActivity (RowIndex row, Fractional value) const |
| |
| void | UnscaleUnitRowLeftSolve (ColIndex basis_col, ScatteredRow *left_inverse) const |
| |
| void | UnscaleColumnRightSolve (const RowToColMapping &basis, ColIndex col, ScatteredColumn *right_inverse) const |
| |
| Fractional | VariableScalingFactor (ColIndex col) const |
| |
| Fractional | BoundsScalingFactor () const |
| |
| Fractional | ObjectiveScalingFactor () const |
| |
◆ BoundsScalingFactor()
◆ Clear()
◆ ObjectiveScalingFactor()
◆ Scale() [1/2]
◆ Scale() [2/2]
◆ ScaleConstraintActivity()
◆ ScaleDualValue()
◆ ScaleReducedCost()
◆ ScaleVariableValue()
◆ UnscaleColumnRightSolve()
◆ UnscaleConstraintActivity()
◆ UnscaleDualValue()
◆ UnscaleReducedCost()
◆ UnscaleUnitRowLeftSolve()
| void UnscaleUnitRowLeftSolve |
( |
ColIndex |
basis_col, |
|
|
ScatteredRow * |
left_inverse |
|
) |
| const |
◆ UnscaleVariableValue()
◆ VariableScalingFactor()
| Fractional VariableScalingFactor |
( |
ColIndex |
col | ) |
const |
The documentation for this class was generated from the following files: