Uses of Class
com.google.ortools.sat.IntegerVariableProto
-
Packages that use IntegerVariableProto Package Description com.google.ortools.sat -
-
Uses of IntegerVariableProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return IntegerVariableProto Modifier and Type Method Description IntegerVariableProtoIntegerVariableProto.Builder. build()IntegerVariableProtoIntegerVariableProto.Builder. buildPartial()static IntegerVariableProtoIntegerVariableProto. getDefaultInstance()IntegerVariableProtoIntegerVariableProto.Builder. getDefaultInstanceForType()IntegerVariableProtoIntegerVariableProto. getDefaultInstanceForType()IntegerVariableProtoCpSolverResponse.Builder. getTightenedVariables(int index)Advanced usage.IntegerVariableProtoCpSolverResponse. getTightenedVariables(int index)Advanced usage.IntegerVariableProtoCpSolverResponseOrBuilder. getTightenedVariables(int index)Advanced usage.IntegerVariableProtoCpModelProto.Builder. getVariables(int index)The associated Protos should be referred by their index in these fields.IntegerVariableProtoCpModelProto. getVariables(int index)The associated Protos should be referred by their index in these fields.IntegerVariableProtoCpModelProtoOrBuilder. getVariables(int index)The associated Protos should be referred by their index in these fields.static IntegerVariableProtoIntegerVariableProto. parseDelimitedFrom(java.io.InputStream input)static IntegerVariableProtoIntegerVariableProto. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntegerVariableProtoIntegerVariableProto. parseFrom(byte[] data)static IntegerVariableProtoIntegerVariableProto. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntegerVariableProtoIntegerVariableProto. parseFrom(com.google.protobuf.ByteString data)static IntegerVariableProtoIntegerVariableProto. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntegerVariableProtoIntegerVariableProto. parseFrom(com.google.protobuf.CodedInputStream input)static IntegerVariableProtoIntegerVariableProto. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntegerVariableProtoIntegerVariableProto. parseFrom(java.io.InputStream input)static IntegerVariableProtoIntegerVariableProto. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntegerVariableProtoIntegerVariableProto. parseFrom(java.nio.ByteBuffer data)static IntegerVariableProtoIntegerVariableProto. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat that return types with arguments of type IntegerVariableProto Modifier and Type Method Description com.google.protobuf.Parser<IntegerVariableProto>IntegerVariableProto. getParserForType()java.util.List<IntegerVariableProto>CpSolverResponse.Builder. getTightenedVariablesList()Advanced usage.java.util.List<IntegerVariableProto>CpSolverResponse. getTightenedVariablesList()Advanced usage.java.util.List<IntegerVariableProto>CpSolverResponseOrBuilder. getTightenedVariablesList()Advanced usage.java.util.List<IntegerVariableProto>CpModelProto.Builder. getVariablesList()The associated Protos should be referred by their index in these fields.java.util.List<IntegerVariableProto>CpModelProto. getVariablesList()The associated Protos should be referred by their index in these fields.java.util.List<IntegerVariableProto>CpModelProtoOrBuilder. getVariablesList()The associated Protos should be referred by their index in these fields.static com.google.protobuf.Parser<IntegerVariableProto>IntegerVariableProto. parser()Methods in com.google.ortools.sat with parameters of type IntegerVariableProto Modifier and Type Method Description CpSolverResponse.BuilderCpSolverResponse.Builder. addTightenedVariables(int index, IntegerVariableProto value)Advanced usage.CpSolverResponse.BuilderCpSolverResponse.Builder. addTightenedVariables(IntegerVariableProto value)Advanced usage.CpModelProto.BuilderCpModelProto.Builder. addVariables(int index, IntegerVariableProto value)The associated Protos should be referred by their index in these fields.CpModelProto.BuilderCpModelProto.Builder. addVariables(IntegerVariableProto value)The associated Protos should be referred by their index in these fields.IntegerVariableProto.BuilderIntegerVariableProto.Builder. mergeFrom(IntegerVariableProto other)static IntegerVariableProto.BuilderIntegerVariableProto. newBuilder(IntegerVariableProto prototype)CpSolverResponse.BuilderCpSolverResponse.Builder. setTightenedVariables(int index, IntegerVariableProto value)Advanced usage.CpModelProto.BuilderCpModelProto.Builder. setVariables(int index, IntegerVariableProto value)The associated Protos should be referred by their index in these fields.static DomainCpSatHelper. variableDomain(IntegerVariableProto variable_proto)Method parameters in com.google.ortools.sat with type arguments of type IntegerVariableProto Modifier and Type Method Description CpSolverResponse.BuilderCpSolverResponse.Builder. addAllTightenedVariables(java.lang.Iterable<? extends IntegerVariableProto> values)Advanced usage.CpModelProto.BuilderCpModelProto.Builder. addAllVariables(java.lang.Iterable<? extends IntegerVariableProto> values)The associated Protos should be referred by their index in these fields.
-