Uses of Class
com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
Packages that use PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Uses of PrimalDualHybridGradientParams.PresolveOptions.Builder in com.google.ortools.pdlp
Subclasses with type arguments of type PrimalDualHybridGradientParams.PresolveOptions.Builder in com.google.ortools.pdlpModifier and TypeClassDescriptionstatic final classProtobuf typeoperations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptionsMethods in com.google.ortools.pdlp that return PrimalDualHybridGradientParams.PresolveOptions.BuilderModifier and TypeMethodDescriptionPrimalDualHybridGradientParams.PresolveOptions.Builder.clear()PrimalDualHybridGradientParams.PresolveOptions.Builder.clearGlopParameters()Parameters to control glop's presolver.PrimalDualHybridGradientParams.PresolveOptions.Builder.clearUseGlop()If true runs Glop's presolver on the given instance prior to solving.PrimalDualHybridGradientParams.Builder.getPresolveOptionsBuilder()optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;PrimalDualHybridGradientParams.PresolveOptions.Builder.mergeFrom(PrimalDualHybridGradientParams.PresolveOptions other) PrimalDualHybridGradientParams.PresolveOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PrimalDualHybridGradientParams.PresolveOptions.Builder.mergeFrom(com.google.protobuf.Message other) PrimalDualHybridGradientParams.PresolveOptions.Builder.mergeGlopParameters(GlopParameters value) Parameters to control glop's presolver.PrimalDualHybridGradientParams.PresolveOptions.newBuilder()PrimalDualHybridGradientParams.PresolveOptions.newBuilder(PrimalDualHybridGradientParams.PresolveOptions prototype) PrimalDualHybridGradientParams.PresolveOptions.newBuilderForType()PrimalDualHybridGradientParams.PresolveOptions.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PrimalDualHybridGradientParams.PresolveOptions.Builder.setGlopParameters(GlopParameters value) Parameters to control glop's presolver.PrimalDualHybridGradientParams.PresolveOptions.Builder.setGlopParameters(GlopParameters.Builder builderForValue) Parameters to control glop's presolver.PrimalDualHybridGradientParams.PresolveOptions.Builder.setUseGlop(boolean value) If true runs Glop's presolver on the given instance prior to solving.PrimalDualHybridGradientParams.PresolveOptions.toBuilder()Methods in com.google.ortools.pdlp with parameters of type PrimalDualHybridGradientParams.PresolveOptions.BuilderModifier and TypeMethodDescriptionPrimalDualHybridGradientParams.Builder.setPresolveOptions(PrimalDualHybridGradientParams.PresolveOptions.Builder builderForValue) optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;