Uses of Interface
com.google.ortools.linearsolver.OptionalDoubleOrBuilder
Packages that use OptionalDoubleOrBuilder
-
Uses of OptionalDoubleOrBuilder in com.google.ortools.linearsolver
Classes in com.google.ortools.linearsolver that implement OptionalDoubleOrBuilderModifier and TypeClassDescriptionfinal class
To support 'unspecified' double value in proto3, the simplest is to wrap any double value in a nested message (has_XXX works for message fields).static final class
To support 'unspecified' double value in proto3, the simplest is to wrap any double value in a nested message (has_XXX works for message fields).Methods in com.google.ortools.linearsolver that return OptionalDoubleOrBuilderModifier and TypeMethodDescriptionMPSolverCommonParameters.Builder.getDualToleranceOrBuilder()
Tolerance for dual feasibility.MPSolverCommonParameters.getDualToleranceOrBuilder()
Tolerance for dual feasibility.MPSolverCommonParametersOrBuilder.getDualToleranceOrBuilder()
Tolerance for dual feasibility.MPSolverCommonParameters.Builder.getPrimalToleranceOrBuilder()
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.MPSolverCommonParameters.getPrimalToleranceOrBuilder()
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.MPSolverCommonParametersOrBuilder.getPrimalToleranceOrBuilder()
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.MPSolverCommonParameters.Builder.getRelativeMipGapOrBuilder()
The solver stops if the relative MIP gap reaches this value or below.MPSolverCommonParameters.getRelativeMipGapOrBuilder()
The solver stops if the relative MIP gap reaches this value or below.MPSolverCommonParametersOrBuilder.getRelativeMipGapOrBuilder()
The solver stops if the relative MIP gap reaches this value or below.