Class MPIndicatorConstraint.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<MPIndicatorConstraint.Builder>
com.google.protobuf.GeneratedMessage.Builder<MPIndicatorConstraint.Builder>
com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
- All Implemented Interfaces:
MPIndicatorConstraintOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
MPIndicatorConstraint
public static final class MPIndicatorConstraint.Builder
extends com.google.protobuf.GeneratedMessage.Builder<MPIndicatorConstraint.Builder>
implements MPIndicatorConstraintOrBuilder
Indicator constraints encode the activation or deactivation of linear constraints given the value of one Boolean variable in the model. For example: y = 0 => 2 * x1 + 3 * x2 >= 42 The 2 * x1 + 3 * x2 >= 42 constraint is only active if the variable y is equal to 0. As of 2019/04, only SCIP, CP-SAT and Gurobi support this constraint type.Protobuf type
operations_research.MPIndicatorConstraint
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
clear()
The constraint activated by the indicator variable.Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean variable used as indicator.Value the above variable should take.The constraint activated by the indicator variable.The constraint activated by the indicator variable.The constraint activated by the indicator variable.static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
int
Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean variable used as indicator.int
Value the above variable should take.boolean
The constraint activated by the indicator variable.boolean
Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean variable used as indicator.boolean
Value the above variable should take.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
mergeConstraint
(MPConstraintProto value) The constraint activated by the indicator variable.mergeFrom
(MPIndicatorConstraint other) mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) setConstraint
(MPConstraintProto value) The constraint activated by the indicator variable.setConstraint
(MPConstraintProto.Builder builderForValue) The constraint activated by the indicator variable.setVarIndex
(int value) Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean variable used as indicator.setVarValue
(int value) Value the above variable should take.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<MPIndicatorConstraint.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<MPIndicatorConstraint.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<MPIndicatorConstraint.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<MPIndicatorConstraint.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<MPIndicatorConstraint.Builder>
-
mergeFrom
public MPIndicatorConstraint.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<MPIndicatorConstraint.Builder>
- Throws:
IOException
-
hasVarIndex
public boolean hasVarIndex()Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean variable used as indicator.
optional int32 var_index = 1;
- Specified by:
hasVarIndex
in interfaceMPIndicatorConstraintOrBuilder
- Returns:
- Whether the varIndex field is set.
-
getVarIndex
public int getVarIndex()Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean variable used as indicator.
optional int32 var_index = 1;
- Specified by:
getVarIndex
in interfaceMPIndicatorConstraintOrBuilder
- Returns:
- The varIndex.
-
setVarIndex
Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean variable used as indicator.
optional int32 var_index = 1;
- Parameters:
value
- The varIndex to set.- Returns:
- This builder for chaining.
-
clearVarIndex
Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean variable used as indicator.
optional int32 var_index = 1;
- Returns:
- This builder for chaining.
-
hasVarValue
public boolean hasVarValue()Value the above variable should take. Must be 0 or 1.
optional int32 var_value = 2;
- Specified by:
hasVarValue
in interfaceMPIndicatorConstraintOrBuilder
- Returns:
- Whether the varValue field is set.
-
getVarValue
public int getVarValue()Value the above variable should take. Must be 0 or 1.
optional int32 var_value = 2;
- Specified by:
getVarValue
in interfaceMPIndicatorConstraintOrBuilder
- Returns:
- The varValue.
-
setVarValue
Value the above variable should take. Must be 0 or 1.
optional int32 var_value = 2;
- Parameters:
value
- The varValue to set.- Returns:
- This builder for chaining.
-
clearVarValue
Value the above variable should take. Must be 0 or 1.
optional int32 var_value = 2;
- Returns:
- This builder for chaining.
-
hasConstraint
public boolean hasConstraint()The constraint activated by the indicator variable.
optional .operations_research.MPConstraintProto constraint = 3;
- Specified by:
hasConstraint
in interfaceMPIndicatorConstraintOrBuilder
- Returns:
- Whether the constraint field is set.
-
getConstraint
The constraint activated by the indicator variable.
optional .operations_research.MPConstraintProto constraint = 3;
- Specified by:
getConstraint
in interfaceMPIndicatorConstraintOrBuilder
- Returns:
- The constraint.
-
setConstraint
The constraint activated by the indicator variable.
optional .operations_research.MPConstraintProto constraint = 3;
-
setConstraint
The constraint activated by the indicator variable.
optional .operations_research.MPConstraintProto constraint = 3;
-
mergeConstraint
The constraint activated by the indicator variable.
optional .operations_research.MPConstraintProto constraint = 3;
-
clearConstraint
The constraint activated by the indicator variable.
optional .operations_research.MPConstraintProto constraint = 3;
-
getConstraintBuilder
The constraint activated by the indicator variable.
optional .operations_research.MPConstraintProto constraint = 3;
-
getConstraintOrBuilder
The constraint activated by the indicator variable.
optional .operations_research.MPConstraintProto constraint = 3;
- Specified by:
getConstraintOrBuilder
in interfaceMPIndicatorConstraintOrBuilder
-