Uses of Enum
com.google.ortools.pdlp.PointType
Packages that use PointType
-
Uses of PointType in com.google.ortools.pdlp
Methods in com.google.ortools.pdlp that return PointTypeModifier and TypeMethodDescriptionstatic PointTypePointType.forNumber(int value) ConvergenceInformation.Builder.getCandidateType()Type of the candidate point described by this ConvergenceInformation.ConvergenceInformation.getCandidateType()Type of the candidate point described by this ConvergenceInformation.ConvergenceInformationOrBuilder.getCandidateType()Type of the candidate point described by this ConvergenceInformation.InfeasibilityInformation.Builder.getCandidateType()Type of the point used to compute the InfeasibilityInformation.InfeasibilityInformation.getCandidateType()Type of the point used to compute the InfeasibilityInformation.InfeasibilityInformationOrBuilder.getCandidateType()Type of the point used to compute the InfeasibilityInformation.PointMetadata.Builder.getPointType()Type of the point that this metadata corresponds to.PointMetadata.getPointType()Type of the point that this metadata corresponds to.PointMetadataOrBuilder.getPointType()Type of the point that this metadata corresponds to.FeasibilityPolishingDetails.Builder.getSolutionType()optional .operations_research.pdlp.PointType solution_type = 8;FeasibilityPolishingDetails.getSolutionType()optional .operations_research.pdlp.PointType solution_type = 8;FeasibilityPolishingDetailsOrBuilder.getSolutionType()optional .operations_research.pdlp.PointType solution_type = 8;SolveLog.Builder.getSolutionType()The type of the output point that the solver returned.SolveLog.getSolutionType()The type of the output point that the solver returned.SolveLogOrBuilder.getSolutionType()The type of the output point that the solver returned.static PointTypePointType.valueOf(int value) Deprecated.static PointTypePointType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static PointTypeReturns the enum constant of this type with the specified name.static PointType[]PointType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.pdlp that return types with arguments of type PointTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PointType>PointType.internalGetValueMap()Methods in com.google.ortools.pdlp with parameters of type PointTypeModifier and TypeMethodDescriptionConvergenceInformation.Builder.setCandidateType(PointType value) Type of the candidate point described by this ConvergenceInformation.InfeasibilityInformation.Builder.setCandidateType(PointType value) Type of the point used to compute the InfeasibilityInformation.PointMetadata.Builder.setPointType(PointType value) Type of the point that this metadata corresponds to.FeasibilityPolishingDetails.Builder.setSolutionType(PointType value) optional .operations_research.pdlp.PointType solution_type = 8;SolveLog.Builder.setSolutionType(PointType value) The type of the output point that the solver returned.