Uses of Class
com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Packages that use MPSolverCommonParameters.Builder
-
Uses of MPSolverCommonParameters.Builder in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPSolverCommonParameters.BuilderModifier and TypeMethodDescriptionMPSolverCommonParameters.Builder.clear()MPSolverCommonParameters.Builder.clearDualTolerance()Tolerance for dual feasibility.MPSolverCommonParameters.Builder.clearLpAlgorithm()Algorithm to solve linear programs.MPSolverCommonParameters.Builder.clearPresolve()Gurobi and SCIP enable presolve by default.MPSolverCommonParameters.Builder.clearPrimalTolerance()Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.MPSolverCommonParameters.Builder.clearRelativeMipGap()The solver stops if the relative MIP gap reaches this value or below.MPSolverCommonParameters.Builder.clearScaling()Enable automatic scaling of matrix coefficients and objective.MPSolverCommonParameters.Builder.mergeDualTolerance(OptionalDouble value) Tolerance for dual feasibility.MPSolverCommonParameters.Builder.mergeFrom(MPSolverCommonParameters other) MPSolverCommonParameters.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MPSolverCommonParameters.Builder.mergeFrom(com.google.protobuf.Message 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.MPSolverCommonParameters.newBuilder()MPSolverCommonParameters.newBuilder(MPSolverCommonParameters prototype) MPSolverCommonParameters.newBuilderForType()protected MPSolverCommonParameters.BuilderMPSolverCommonParameters.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) MPSolverCommonParameters.Builder.setDualTolerance(OptionalDouble value) Tolerance for dual feasibility.MPSolverCommonParameters.Builder.setDualTolerance(OptionalDouble.Builder builderForValue) Tolerance for dual feasibility.MPSolverCommonParameters.Builder.setLpAlgorithm(MPSolverCommonParameters.LPAlgorithmValues value) Algorithm to solve linear programs.MPSolverCommonParameters.Builder.setPresolve(OptionalBoolean value) Gurobi and SCIP enable presolve by default.MPSolverCommonParameters.Builder.setPrimalTolerance(OptionalDouble value) Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.MPSolverCommonParameters.Builder.setPrimalTolerance(OptionalDouble.Builder builderForValue) 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.MPSolverCommonParameters.Builder.setRelativeMipGap(OptionalDouble.Builder builderForValue) The solver stops if the relative MIP gap reaches this value or below.MPSolverCommonParameters.Builder.setScaling(OptionalBoolean value) Enable automatic scaling of matrix coefficients and objective.MPSolverCommonParameters.toBuilder()