OR-Tools 7.1@
Main Page
Related Pages
Namespaces
Classes
Files
File List
ortools
gen
com
google
ortools
sat
DecisionStrategyProtoOrBuilder.java
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// source: ortools/sat/cp_model.proto
3
4
package
com.google.ortools.sat;
5
6
public
interface
DecisionStrategyProtoOrBuilder
extends
7
// @@protoc_insertion_point(interface_extends:operations_research.sat.DecisionStrategyProto)
8
com
.google.protobuf.MessageOrBuilder {
9
19
java.util.List<java.lang.Integer>
getVariablesList
();
29
int
getVariablesCount
();
39
int
getVariables
(
int
index);
40
44
int
getVariableSelectionStrategyValue
();
48
com
.
google
.
ortools
.
sat
.
DecisionStrategyProto
.
VariableSelectionStrategy
getVariableSelectionStrategy
();
49
53
int
getDomainReductionStrategyValue
();
57
com
.
google
.
ortools
.
sat
.
DecisionStrategyProto
.
DomainReductionStrategy
getDomainReductionStrategy
();
58
62
java.util.List<
com
.
google
.
ortools
.
sat
.
DecisionStrategyProto
.
AffineTransformation
>
63
getTransformationsList
();
67
com
.
google
.
ortools
.
sat
.
DecisionStrategyProto
.
AffineTransformation
getTransformations
(
int
index);
71
int
getTransformationsCount
();
75
java.util.List<? extends
com
.
google
.
ortools
.
sat
.
DecisionStrategyProto
.
AffineTransformationOrBuilder
>
76
getTransformationsOrBuilderList
();
80
com
.
google
.
ortools
.
sat
.
DecisionStrategyProto
.
AffineTransformationOrBuilder
getTransformationsOrBuilder
(
81
int
index);
82
}
com.google.ortools.sat
Definition:
AllDifferentConstraintProto.java:4
com.google.ortools.sat.DecisionStrategyProto.AffineTransformationOrBuilder
Definition:
DecisionStrategyProto.java:394
com.google.ortools.sat.DecisionStrategyProtoOrBuilder.getVariableSelectionStrategy
com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy getVariableSelectionStrategy()
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy ...
com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
Definition:
DecisionStrategyProto.java:423
com.google.ortools.sat.DecisionStrategyProtoOrBuilder.getVariableSelectionStrategyValue
int getVariableSelectionStrategyValue()
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy ...
com.google.ortools.sat.DecisionStrategyProto
Definition:
DecisionStrategyProto.java:14
com.google.ortools.sat.DecisionStrategyProtoOrBuilder.getDomainReductionStrategy
com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy getDomainReductionStrategy()
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
com.google.ortools.sat.DecisionStrategyProtoOrBuilder
Definition:
DecisionStrategyProtoOrBuilder.java:6
com.google.ortools.sat.DecisionStrategyProtoOrBuilder.getDomainReductionStrategyValue
int getDomainReductionStrategyValue()
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
Definition:
DecisionStrategyProto.java:150
com.google.ortools.sat.DecisionStrategyProtoOrBuilder.getVariablesList
java.util.List< java.lang.Integer > getVariablesList()
com
com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
Definition:
DecisionStrategyProto.java:281
com.google.ortools.sat.DecisionStrategyProtoOrBuilder.getTransformationsOrBuilder
com.google.ortools.sat.DecisionStrategyProto.AffineTransformationOrBuilder getTransformationsOrBuilder(int index)
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
com.google.ortools.sat.DecisionStrategyProtoOrBuilder.getVariables
int getVariables(int index)
com.google.ortools.sat.DecisionStrategyProtoOrBuilder.getVariablesCount
int getVariablesCount()
com.google.ortools
com.google.ortools.sat.DecisionStrategyProtoOrBuilder.getTransformationsOrBuilderList
java.util.List<? extends com.google.ortools.sat.DecisionStrategyProto.AffineTransformationOrBuilder > getTransformationsOrBuilderList()
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
com.google
com.google.ortools.sat.DecisionStrategyProtoOrBuilder.getTransformations
com.google.ortools.sat.DecisionStrategyProto.AffineTransformation getTransformations(int index)
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
com.google.ortools.sat.DecisionStrategyProtoOrBuilder.getTransformationsList
java.util.List< com.google.ortools.sat.DecisionStrategyProto.AffineTransformation > getTransformationsList()
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
com.google.ortools.sat.DecisionStrategyProtoOrBuilder.getTransformationsCount
int getTransformationsCount()
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;