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