Uses of Interface
com.google.ortools.sat.IntegerVariableProtoOrBuilder
-
Packages that use IntegerVariableProtoOrBuilder Package Description com.google.ortools.sat -
-
Uses of IntegerVariableProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement IntegerVariableProtoOrBuilder Modifier and Type Class Description classIntegerVariableProtoAn integer variable.static classIntegerVariableProto.BuilderAn integer variable.Methods in com.google.ortools.sat that return IntegerVariableProtoOrBuilder Modifier and Type Method Description IntegerVariableProtoOrBuilderCpSolverResponse.Builder. getTightenedVariablesOrBuilder(int index)Advanced usage.IntegerVariableProtoOrBuilderCpSolverResponse. getTightenedVariablesOrBuilder(int index)Advanced usage.IntegerVariableProtoOrBuilderCpSolverResponseOrBuilder. getTightenedVariablesOrBuilder(int index)Advanced usage.IntegerVariableProtoOrBuilderCpModelProto.Builder. getVariablesOrBuilder(int index)The associated Protos should be referred by their index in these fields.IntegerVariableProtoOrBuilderCpModelProto. getVariablesOrBuilder(int index)The associated Protos should be referred by their index in these fields.IntegerVariableProtoOrBuilderCpModelProtoOrBuilder. getVariablesOrBuilder(int index)The associated Protos should be referred by their index in these fields.Methods in com.google.ortools.sat that return types with arguments of type IntegerVariableProtoOrBuilder Modifier and Type Method Description java.util.List<? extends IntegerVariableProtoOrBuilder>CpSolverResponse.Builder. getTightenedVariablesOrBuilderList()Advanced usage.java.util.List<? extends IntegerVariableProtoOrBuilder>CpSolverResponse. getTightenedVariablesOrBuilderList()Advanced usage.java.util.List<? extends IntegerVariableProtoOrBuilder>CpSolverResponseOrBuilder. getTightenedVariablesOrBuilderList()Advanced usage.java.util.List<? extends IntegerVariableProtoOrBuilder>CpModelProto.Builder. getVariablesOrBuilderList()The associated Protos should be referred by their index in these fields.java.util.List<? extends IntegerVariableProtoOrBuilder>CpModelProto. getVariablesOrBuilderList()The associated Protos should be referred by their index in these fields.java.util.List<? extends IntegerVariableProtoOrBuilder>CpModelProtoOrBuilder. getVariablesOrBuilderList()The associated Protos should be referred by their index in these fields.
-