Uses of Class
com.google.ortools.linearsolver.OptionalDouble
Packages that use OptionalDouble
-
Uses of OptionalDouble in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return OptionalDoubleModifier and TypeMethodDescriptionOptionalDouble.Builder.build()OptionalDouble.Builder.buildPartial()static OptionalDoubleOptionalDouble.getDefaultInstance()OptionalDouble.Builder.getDefaultInstanceForType()OptionalDouble.getDefaultInstanceForType()MPSolverCommonParameters.Builder.getDualTolerance()Tolerance for dual feasibility.MPSolverCommonParameters.getDualTolerance()Tolerance for dual feasibility.MPSolverCommonParametersOrBuilder.getDualTolerance()Tolerance for dual feasibility.MPSolverCommonParameters.Builder.getPrimalTolerance()Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.MPSolverCommonParameters.getPrimalTolerance()Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.MPSolverCommonParametersOrBuilder.getPrimalTolerance()Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.MPSolverCommonParameters.Builder.getRelativeMipGap()The solver stops if the relative MIP gap reaches this value or below.MPSolverCommonParameters.getRelativeMipGap()The solver stops if the relative MIP gap reaches this value or below.MPSolverCommonParametersOrBuilder.getRelativeMipGap()The solver stops if the relative MIP gap reaches this value or below.static OptionalDoubleOptionalDouble.parseDelimitedFrom(InputStream input) static OptionalDoubleOptionalDouble.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OptionalDoubleOptionalDouble.parseFrom(byte[] data) static OptionalDoubleOptionalDouble.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OptionalDoubleOptionalDouble.parseFrom(com.google.protobuf.ByteString data) static OptionalDoubleOptionalDouble.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OptionalDoubleOptionalDouble.parseFrom(com.google.protobuf.CodedInputStream input) static OptionalDoubleOptionalDouble.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OptionalDoubleOptionalDouble.parseFrom(InputStream input) static OptionalDoubleOptionalDouble.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OptionalDoubleOptionalDouble.parseFrom(ByteBuffer data) static OptionalDoubleOptionalDouble.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.linearsolver that return types with arguments of type OptionalDoubleModifier and TypeMethodDescriptioncom.google.protobuf.Parser<OptionalDouble> OptionalDouble.getParserForType()static com.google.protobuf.Parser<OptionalDouble> OptionalDouble.parser()Methods in com.google.ortools.linearsolver with parameters of type OptionalDoubleModifier and TypeMethodDescriptionMPSolverCommonParameters.Builder.mergeDualTolerance(OptionalDouble value) Tolerance for dual feasibility.OptionalDouble.Builder.mergeFrom(OptionalDouble other) MPSolverCommonParameters.Builder.mergePrimalTolerance(OptionalDouble value) Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.MPSolverCommonParameters.Builder.mergeRelativeMipGap(OptionalDouble value) The solver stops if the relative MIP gap reaches this value or below.static OptionalDouble.BuilderOptionalDouble.newBuilder(OptionalDouble prototype) MPSolverCommonParameters.Builder.setDualTolerance(OptionalDouble value) Tolerance for dual feasibility.MPSolverCommonParameters.Builder.setPrimalTolerance(OptionalDouble value) Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.MPSolverCommonParameters.Builder.setRelativeMipGap(OptionalDouble value) The solver stops if the relative MIP gap reaches this value or below.