ContentsIndexHome
PreviousUpNext
ISolverMathProgramInstance::PresolveStatus Enumeration

This enumeration lists the possible presolve statuses returned when calling the GetColumnSolution and GetRowSolution methods.

enum PresolveStatus {
  PRE_STATUS_IN_PRESOLVED = 10,
  PRE_STATUS_FIXED_LB,
  PRE_STATUS_FIXED_UB,
  PRE_STATUS_FIXED_OTHER,
  PRE_STATUS_AGGREGATED,
  PRE_STATUS_DELETED_OTHER,
  PRE_STATUS_REDUNDANT
};
Members 
Description 
PRE_STATUS_IN_PRESOLVED = 10 
Column/row is present in presolved problem. 
PRE_STATUS_FIXED_LB 
Column is fixed to lower bound in presolved problem. 
PRE_STATUS_FIXED_UB 
Column is fixed to upper bound in presolved problem. 
PRE_STATUS_FIXED_OTHER 
Column is fixed to other value than lower and upper bound in presolved problem. 
PRE_STATUS_AGGREGATED 
Column is aggregated out or row is used for aggregation in presolved problem. 
PRE_STATUS_DELETED_OTHER 
Column/row is deleted or merged in presolved problem. 
PRE_STATUS_REDUNDANT 
Row is redundant in presolved problem. 
Copyright © 1993–2016 by AIMMS B.V. All rights reserved.