Uses of Interface
com.google.ortools.linearsolver.OptionalDoubleOrBuilder
| Package | Description |
|---|---|
| com.google.ortools.linearsolver |
-
Uses of OptionalDoubleOrBuilder in com.google.ortools.linearsolver
Classes in com.google.ortools.linearsolver that implement OptionalDoubleOrBuilder Modifier and Type Class Description classOptionalDoubleTo 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 classOptionalDouble.BuilderTo 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 OptionalDoubleOrBuilder Modifier and Type Method Description OptionalDoubleOrBuilderMPSolverCommonParameters.Builder. getDualToleranceOrBuilder()Tolerance for dual feasibility.OptionalDoubleOrBuilderMPSolverCommonParameters. getDualToleranceOrBuilder()Tolerance for dual feasibility.OptionalDoubleOrBuilderMPSolverCommonParametersOrBuilder. getDualToleranceOrBuilder()Tolerance for dual feasibility.OptionalDoubleOrBuilderMPSolverCommonParameters.Builder. getPrimalToleranceOrBuilder()Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.OptionalDoubleOrBuilderMPSolverCommonParameters. getPrimalToleranceOrBuilder()Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.OptionalDoubleOrBuilderMPSolverCommonParametersOrBuilder. getPrimalToleranceOrBuilder()Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.OptionalDoubleOrBuilderMPSolverCommonParameters.Builder. getRelativeMipGapOrBuilder()The solver stops if the relative MIP gap reaches this value or below.OptionalDoubleOrBuilderMPSolverCommonParameters. getRelativeMipGapOrBuilder()The solver stops if the relative MIP gap reaches this value or below.OptionalDoubleOrBuilderMPSolverCommonParametersOrBuilder. getRelativeMipGapOrBuilder()The solver stops if the relative MIP gap reaches this value or below.