public enum PointType extends java.lang.Enum<PointType> implements com.google.protobuf.ProtocolMessageEnum
Identifies the type of point used to compute the fields in a given proto; see ConvergenceInformation and InfeasibilityInformation.Protobuf enum
operations_research.pdlp.PointType
Enum Constant and Description |
---|
POINT_TYPE_AVERAGE_ITERATE
Average of iterates since the last restart.
|
POINT_TYPE_CURRENT_ITERATE
Current iterate (x_k, y_k).
|
POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION
Combined solution from primal and dual feasibility polishing.
|
POINT_TYPE_ITERATE_DIFFERENCE
Difference of iterates (x_{k+1} - x_k, y_{k+1} - y_k).
|
POINT_TYPE_NONE
There is no corresponding point.
|
POINT_TYPE_PRESOLVER_SOLUTION
Output of presolver.
|
POINT_TYPE_UNSPECIFIED
POINT_TYPE_UNSPECIFIED = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
POINT_TYPE_AVERAGE_ITERATE_VALUE
Average of iterates since the last restart.
|
static int |
POINT_TYPE_CURRENT_ITERATE_VALUE
Current iterate (x_k, y_k).
|
static int |
POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION_VALUE
Combined solution from primal and dual feasibility polishing.
|
static int |
POINT_TYPE_ITERATE_DIFFERENCE_VALUE
Difference of iterates (x_{k+1} - x_k, y_{k+1} - y_k).
|
static int |
POINT_TYPE_NONE_VALUE
There is no corresponding point.
|
static int |
POINT_TYPE_PRESOLVER_SOLUTION_VALUE
Output of presolver.
|
static int |
POINT_TYPE_UNSPECIFIED_VALUE
POINT_TYPE_UNSPECIFIED = 0; |
Modifier and Type | Method and Description |
---|---|
static PointType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<PointType> |
internalGetValueMap() |
static PointType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PointType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PointType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PointType POINT_TYPE_UNSPECIFIED
POINT_TYPE_UNSPECIFIED = 0;
public static final PointType POINT_TYPE_CURRENT_ITERATE
Current iterate (x_k, y_k).
POINT_TYPE_CURRENT_ITERATE = 1;
public static final PointType POINT_TYPE_ITERATE_DIFFERENCE
Difference of iterates (x_{k+1} - x_k, y_{k+1} - y_k).
POINT_TYPE_ITERATE_DIFFERENCE = 2;
public static final PointType POINT_TYPE_AVERAGE_ITERATE
Average of iterates since the last restart.
POINT_TYPE_AVERAGE_ITERATE = 3;
public static final PointType POINT_TYPE_NONE
There is no corresponding point.
POINT_TYPE_NONE = 4;
public static final PointType POINT_TYPE_PRESOLVER_SOLUTION
Output of presolver.
POINT_TYPE_PRESOLVER_SOLUTION = 5;
public static final PointType POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION
Combined solution from primal and dual feasibility polishing.
POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION = 6;
public static final int POINT_TYPE_UNSPECIFIED_VALUE
POINT_TYPE_UNSPECIFIED = 0;
public static final int POINT_TYPE_CURRENT_ITERATE_VALUE
Current iterate (x_k, y_k).
POINT_TYPE_CURRENT_ITERATE = 1;
public static final int POINT_TYPE_ITERATE_DIFFERENCE_VALUE
Difference of iterates (x_{k+1} - x_k, y_{k+1} - y_k).
POINT_TYPE_ITERATE_DIFFERENCE = 2;
public static final int POINT_TYPE_AVERAGE_ITERATE_VALUE
Average of iterates since the last restart.
POINT_TYPE_AVERAGE_ITERATE = 3;
public static final int POINT_TYPE_NONE_VALUE
There is no corresponding point.
POINT_TYPE_NONE = 4;
public static final int POINT_TYPE_PRESOLVER_SOLUTION_VALUE
Output of presolver.
POINT_TYPE_PRESOLVER_SOLUTION = 5;
public static final int POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION_VALUE
Combined solution from primal and dual feasibility polishing.
POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION = 6;
public static PointType[] values()
for (PointType c : PointType.values()) System.out.println(c);
public static PointType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static PointType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static PointType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PointType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static PointType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025. All rights reserved.