ContentsIndexHome
PreviousUpNext
ISolverMathProgramInstance::SolutionReturnType Enumeration

This enumeration lists the possible solution types that should be returned when calling the GetColumnSolution and GetRowSolution methods.

enum SolutionReturnType {
  RETURN_SOLUTION_LEV = 0x00000001,
  RETURN_SOLUTION_MAR = 0x00000002,
  RETURN_SOLUTION_BASIC = 0x00000004,
  RETURN_SOLUTION_PRESOLVE = 0x00000008
};
Members 
Description 
RETURN_SOLUTION_LEV = 0x00000001 
Level value. 
RETURN_SOLUTION_MAR = 0x00000002 
Marginals, i.e., shadow prices for rows and reduced costs for columns. 
RETURN_SOLUTION_BASIC = 0x00000004 
Basic status, value taken from the BasicStatus enumeration. 
RETURN_SOLUTION_PRESOLVE = 0x00000008 
Presolve status, value taken from the PresolveStatus enumeration. 
Copyright © 1993–2016 by AIMMS B.V. All rights reserved.