Uses of Class
com.google.ortools.linearsolver.OptionalDouble
-
Packages that use OptionalDouble Package Description com.google.ortools.linearsolver -
-
Uses of OptionalDouble in com.google.ortools.linearsolver
Fields in com.google.ortools.linearsolver with type parameters of type OptionalDouble Modifier and Type Field Description static com.google.protobuf.Parser<OptionalDouble>OptionalDouble. PARSERDeprecated.Methods in com.google.ortools.linearsolver that return OptionalDouble Modifier and Type Method Description OptionalDoubleOptionalDouble.Builder. build()OptionalDoubleOptionalDouble.Builder. buildPartial()static OptionalDoubleOptionalDouble. getDefaultInstance()OptionalDoubleOptionalDouble.Builder. getDefaultInstanceForType()OptionalDoubleOptionalDouble. getDefaultInstanceForType()OptionalDoubleMPSolverCommonParameters.Builder. getDualTolerance()Tolerance for dual feasibility.OptionalDoubleMPSolverCommonParameters. getDualTolerance()Tolerance for dual feasibility.OptionalDoubleMPSolverCommonParametersOrBuilder. getDualTolerance()Tolerance for dual feasibility.OptionalDoubleMPSolverCommonParameters.Builder. getPrimalTolerance()Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.OptionalDoubleMPSolverCommonParameters. getPrimalTolerance()Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.OptionalDoubleMPSolverCommonParametersOrBuilder. getPrimalTolerance()Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.OptionalDoubleMPSolverCommonParameters.Builder. getRelativeMipGap()The solver stops if the relative MIP gap reaches this value or below.OptionalDoubleMPSolverCommonParameters. getRelativeMipGap()The solver stops if the relative MIP gap reaches this value or below.OptionalDoubleMPSolverCommonParametersOrBuilder. getRelativeMipGap()The solver stops if the relative MIP gap reaches this value or below.static OptionalDoubleOptionalDouble. parseDelimitedFrom(java.io.InputStream input)static OptionalDoubleOptionalDouble. parseDelimitedFrom(java.io.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(java.io.InputStream input)static OptionalDoubleOptionalDouble. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OptionalDoubleOptionalDouble. parseFrom(java.nio.ByteBuffer data)static OptionalDoubleOptionalDouble. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.linearsolver that return types with arguments of type OptionalDouble Modifier and Type Method Description com.google.protobuf.Parser<OptionalDouble>OptionalDouble. getParserForType()static com.google.protobuf.Parser<OptionalDouble>OptionalDouble. parser()Methods in com.google.ortools.linearsolver with parameters of type OptionalDouble Modifier and Type Method Description MPSolverCommonParameters.BuilderMPSolverCommonParameters.Builder. mergeDualTolerance(OptionalDouble value)Tolerance for dual feasibility.OptionalDouble.BuilderOptionalDouble.Builder. mergeFrom(OptionalDouble other)MPSolverCommonParameters.BuilderMPSolverCommonParameters.Builder. mergePrimalTolerance(OptionalDouble value)Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.MPSolverCommonParameters.BuilderMPSolverCommonParameters.Builder. mergeRelativeMipGap(OptionalDouble value)The solver stops if the relative MIP gap reaches this value or below.static OptionalDouble.BuilderOptionalDouble. newBuilder(OptionalDouble prototype)MPSolverCommonParameters.BuilderMPSolverCommonParameters.Builder. setDualTolerance(OptionalDouble value)Tolerance for dual feasibility.MPSolverCommonParameters.BuilderMPSolverCommonParameters.Builder. setPrimalTolerance(OptionalDouble value)Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.MPSolverCommonParameters.BuilderMPSolverCommonParameters.Builder. setRelativeMipGap(OptionalDouble value)The solver stops if the relative MIP gap reaches this value or below.
-