Uses of Interface
com.google.ortools.sat.SatParametersOrBuilder
Packages that use SatParametersOrBuilder
Package
Description
-
Uses of SatParametersOrBuilder in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver that return SatParametersOrBuilderModifier and TypeMethodDescriptionRoutingSearchParameters.Builder.getSatParametersOrBuilder()
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm parameters which will be used.RoutingSearchParameters.getSatParametersOrBuilder()
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm parameters which will be used.RoutingSearchParametersOrBuilder.getSatParametersOrBuilder()
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm parameters which will be used. -
Uses of SatParametersOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement SatParametersOrBuilderModifier and TypeClassDescriptionfinal class
Contains the definitions for all the sat algorithm parameters and their default values.static final class
Contains the definitions for all the sat algorithm parameters and their default values.Methods in com.google.ortools.sat that return SatParametersOrBuilderModifier and TypeMethodDescriptionSatParameters.Builder.getSubsolverParamsOrBuilder
(int index) It is possible to specify additional subsolver configuration.SatParameters.getSubsolverParamsOrBuilder
(int index) It is possible to specify additional subsolver configuration.SatParametersOrBuilder.getSubsolverParamsOrBuilder
(int index) It is possible to specify additional subsolver configuration.Methods in com.google.ortools.sat that return types with arguments of type SatParametersOrBuilderModifier and TypeMethodDescriptionList
<? extends SatParametersOrBuilder> SatParameters.Builder.getSubsolverParamsOrBuilderList()
It is possible to specify additional subsolver configuration.List
<? extends SatParametersOrBuilder> SatParameters.getSubsolverParamsOrBuilderList()
It is possible to specify additional subsolver configuration.List
<? extends SatParametersOrBuilder> SatParametersOrBuilder.getSubsolverParamsOrBuilderList()
It is possible to specify additional subsolver configuration. -
Uses of SatParametersOrBuilder in com.google.ortools.sat.v1
Methods in com.google.ortools.sat.v1 that return SatParametersOrBuilderModifier and TypeMethodDescriptionCpSolverRequest.Builder.getParametersOrBuilder()
Solver parameters.CpSolverRequest.getParametersOrBuilder()
Solver parameters.CpSolverRequestOrBuilder.getParametersOrBuilder()
Solver parameters.