SolutionTarget

Solution Target for LP
  Type: int
  Default value: -1
  Minimum value: -1
  Maximum value: 1

Specifies the solution target for linear programs (LP). Options are Automatic (-1), primal and dual optimal, and basic (0), primal and dual optimal (1).

Note that to set the value of this parameter for C++, Java, .NET and Python APIs, you need to use the set method, which uses strings for the parameter name and desired value.

For examples of how to query or modify parameter values from our different APIs, refer to our Parameter Examples.