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 OptionalDouble
OptionalDouble.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 OptionalDouble
OptionalDouble.parseDelimitedFrom
(InputStream input) static OptionalDouble
OptionalDouble.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OptionalDouble
OptionalDouble.parseFrom
(byte[] data) static OptionalDouble
OptionalDouble.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OptionalDouble
OptionalDouble.parseFrom
(com.google.protobuf.ByteString data) static OptionalDouble
OptionalDouble.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OptionalDouble
OptionalDouble.parseFrom
(com.google.protobuf.CodedInputStream input) static OptionalDouble
OptionalDouble.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OptionalDouble
OptionalDouble.parseFrom
(InputStream input) static OptionalDouble
OptionalDouble.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OptionalDouble
OptionalDouble.parseFrom
(ByteBuffer data) static OptionalDouble
OptionalDouble.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.Builder
OptionalDouble.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.