Interface TerminationCriteria.SimpleOptimalityCriteriaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TerminationCriteria.SimpleOptimalityCriteria
,TerminationCriteria.SimpleOptimalityCriteria.Builder
- Enclosing class:
TerminationCriteria
public static interface TerminationCriteria.SimpleOptimalityCriteriaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Absolute tolerance on the primal residual, dual residual, and objective gap.double
Relative tolerance on the primal residual, dual residual, and objective gap.boolean
Absolute tolerance on the primal residual, dual residual, and objective gap.boolean
Relative tolerance on the primal residual, dual residual, and objective gap.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasEpsOptimalAbsolute
boolean hasEpsOptimalAbsolute()Absolute tolerance on the primal residual, dual residual, and objective gap.
optional double eps_optimal_absolute = 1 [default = 1e-06];
- Returns:
- Whether the epsOptimalAbsolute field is set.
-
getEpsOptimalAbsolute
double getEpsOptimalAbsolute()Absolute tolerance on the primal residual, dual residual, and objective gap.
optional double eps_optimal_absolute = 1 [default = 1e-06];
- Returns:
- The epsOptimalAbsolute.
-
hasEpsOptimalRelative
boolean hasEpsOptimalRelative()Relative tolerance on the primal residual, dual residual, and objective gap.
optional double eps_optimal_relative = 2 [default = 1e-06];
- Returns:
- Whether the epsOptimalRelative field is set.
-
getEpsOptimalRelative
double getEpsOptimalRelative()Relative tolerance on the primal residual, dual residual, and objective gap.
optional double eps_optimal_relative = 2 [default = 1e-06];
- Returns:
- The epsOptimalRelative.
-