Uses of Class
com.google.ortools.sat.SatParameters.SearchBranching
| Package | Description |
|---|---|
| com.google.ortools.sat |
-
Uses of SatParameters.SearchBranching in com.google.ortools.sat
Methods in com.google.ortools.sat that return SatParameters.SearchBranching Modifier and Type Method Description static SatParameters.SearchBranchingSatParameters.SearchBranching. forNumber(int value)SatParameters.SearchBranchingSatParameters.Builder. getSearchBranching()optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];SatParameters.SearchBranchingSatParameters. getSearchBranching()optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];SatParameters.SearchBranchingSatParametersOrBuilder. getSearchBranching()optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];static SatParameters.SearchBranchingSatParameters.SearchBranching. valueOf(int value)Deprecated.static SatParameters.SearchBranchingSatParameters.SearchBranching. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SatParameters.SearchBranchingSatParameters.SearchBranching. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SatParameters.SearchBranching[]SatParameters.SearchBranching. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.sat that return types with arguments of type SatParameters.SearchBranching Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SatParameters.SearchBranching>SatParameters.SearchBranching. internalGetValueMap()Methods in com.google.ortools.sat with parameters of type SatParameters.SearchBranching Modifier and Type Method Description SatParameters.BuilderSatParameters.Builder. setSearchBranching(SatParameters.SearchBranching value)optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];