![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
A variable is always constrained in the form: lower_bound <= x <= upper_bound where lower_bound and upper_bound: - Can form a singleton: x = constant = lower_bound = upper_bound. - Can form a finite interval: lower_bound <= x <= upper_bound. (x is boxed.) - Can form a semi-infinite interval. - lower_bound = -infinity: x <= upper_bound. - upper_bound = +infinity: x >= lower_bound. - Can form the infinite interval: lower_bound = -infinity and upper_bound = +infinity, x is free. MPVariableProto furthermore stores: - The coefficient of the variable in the objective. - Whether the variable is integer.
Protobuf type operations_research.MPVariableProto
Definition at line 514 of file MPVariableProto.java.
com.google.ortools.linearsolver.MPVariableProto com.google.ortools.linearsolver.MPVariableProto.Builder.build | ( | ) |
Definition at line 566 of file MPVariableProto.java.
com.google.ortools.linearsolver.MPVariableProto com.google.ortools.linearsolver.MPVariableProto.Builder.buildPartial | ( | ) |
Definition at line 575 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.clear | ( | ) |
Definition at line 542 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.clearBranchingPriority | ( | ) |
optional int32 branching_priority = 6 [default = 0];
Definition at line 1066 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.clearIsInteger | ( | ) |
True if the variable is constrained to be integer. Ignored if MPModelProto::solver_type is *LINEAR_PROGRAMMING*.
optional bool is_integer = 4 [default = false];
Definition at line 922 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.clearLowerBound | ( | ) |
lower_bound must be <= upper_bound.
optional double lower_bound = 1 [default = -inf];
Definition at line 766 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.clearName | ( | ) |
The name of the variable.
optional string name = 5 [default = ""];
Definition at line 1009 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.clearObjectiveCoefficient | ( | ) |
The coefficient of the variable in the objective. Must be finite.
optional double objective_coefficient = 3 [default = 0];
Definition at line 862 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.clearUpperBound | ( | ) |
optional double upper_bound = 2 [default = inf];
Definition at line 806 of file MPVariableProto.java.
int com.google.ortools.linearsolver.MPVariableProto.Builder.getBranchingPriority | ( | ) |
optional int32 branching_priority = 6 [default = 0];
Implements com.google.ortools.linearsolver.MPVariableProtoOrBuilder.
Definition at line 1047 of file MPVariableProto.java.
com.google.ortools.linearsolver.MPVariableProto com.google.ortools.linearsolver.MPVariableProto.Builder.getDefaultInstanceForType | ( | ) |
Definition at line 561 of file MPVariableProto.java.
|
static |
Definition at line 519 of file MPVariableProto.java.
com.google.protobuf.Descriptors.Descriptor com.google.ortools.linearsolver.MPVariableProto.Builder.getDescriptorForType | ( | ) |
Definition at line 556 of file MPVariableProto.java.
boolean com.google.ortools.linearsolver.MPVariableProto.Builder.getIsInteger | ( | ) |
True if the variable is constrained to be integer. Ignored if MPModelProto::solver_type is *LINEAR_PROGRAMMING*.
optional bool is_integer = 4 [default = false];
Implements com.google.ortools.linearsolver.MPVariableProtoOrBuilder.
Definition at line 893 of file MPVariableProto.java.
double com.google.ortools.linearsolver.MPVariableProto.Builder.getLowerBound | ( | ) |
lower_bound must be <= upper_bound.
optional double lower_bound = 1 [default = -inf];
Implements com.google.ortools.linearsolver.MPVariableProtoOrBuilder.
Definition at line 739 of file MPVariableProto.java.
java.lang.String com.google.ortools.linearsolver.MPVariableProto.Builder.getName | ( | ) |
The name of the variable.
optional string name = 5 [default = ""];
Implements com.google.ortools.linearsolver.MPVariableProtoOrBuilder.
Definition at line 949 of file MPVariableProto.java.
com.google.protobuf.ByteString com.google.ortools.linearsolver.MPVariableProto.Builder.getNameBytes | ( | ) |
The name of the variable.
optional string name = 5 [default = ""];
Implements com.google.ortools.linearsolver.MPVariableProtoOrBuilder.
Definition at line 972 of file MPVariableProto.java.
double com.google.ortools.linearsolver.MPVariableProto.Builder.getObjectiveCoefficient | ( | ) |
The coefficient of the variable in the objective. Must be finite.
optional double objective_coefficient = 3 [default = 0];
Implements com.google.ortools.linearsolver.MPVariableProtoOrBuilder.
Definition at line 835 of file MPVariableProto.java.
double com.google.ortools.linearsolver.MPVariableProto.Builder.getUpperBound | ( | ) |
optional double upper_bound = 2 [default = inf];
Implements com.google.ortools.linearsolver.MPVariableProtoOrBuilder.
Definition at line 787 of file MPVariableProto.java.
boolean com.google.ortools.linearsolver.MPVariableProto.Builder.hasBranchingPriority | ( | ) |
optional int32 branching_priority = 6 [default = 0];
Implements com.google.ortools.linearsolver.MPVariableProtoOrBuilder.
Definition at line 1039 of file MPVariableProto.java.
boolean com.google.ortools.linearsolver.MPVariableProto.Builder.hasIsInteger | ( | ) |
True if the variable is constrained to be integer. Ignored if MPModelProto::solver_type is *LINEAR_PROGRAMMING*.
optional bool is_integer = 4 [default = false];
Implements com.google.ortools.linearsolver.MPVariableProtoOrBuilder.
Definition at line 880 of file MPVariableProto.java.
boolean com.google.ortools.linearsolver.MPVariableProto.Builder.hasLowerBound | ( | ) |
lower_bound must be <= upper_bound.
optional double lower_bound = 1 [default = -inf];
Implements com.google.ortools.linearsolver.MPVariableProtoOrBuilder.
Definition at line 727 of file MPVariableProto.java.
boolean com.google.ortools.linearsolver.MPVariableProto.Builder.hasName | ( | ) |
The name of the variable.
optional string name = 5 [default = ""];
Implements com.google.ortools.linearsolver.MPVariableProtoOrBuilder.
Definition at line 938 of file MPVariableProto.java.
boolean com.google.ortools.linearsolver.MPVariableProto.Builder.hasObjectiveCoefficient | ( | ) |
The coefficient of the variable in the objective. Must be finite.
optional double objective_coefficient = 3 [default = 0];
Implements com.google.ortools.linearsolver.MPVariableProtoOrBuilder.
Definition at line 823 of file MPVariableProto.java.
boolean com.google.ortools.linearsolver.MPVariableProto.Builder.hasUpperBound | ( | ) |
optional double upper_bound = 2 [default = inf];
Implements com.google.ortools.linearsolver.MPVariableProtoOrBuilder.
Definition at line 779 of file MPVariableProto.java.
|
protected |
Definition at line 525 of file MPVariableProto.java.
final boolean com.google.ortools.linearsolver.MPVariableProto.Builder.isInitialized | ( | ) |
Definition at line 650 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.mergeFrom | ( | com.google.ortools.linearsolver.MPVariableProto | other | ) |
Definition at line 622 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.mergeFrom | ( | com.google.protobuf.CodedInputStream | input, |
com.google.protobuf.ExtensionRegistryLite | extensionRegistry ) throws java.io.IOException |
Definition at line 655 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
Definition at line 613 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.setBranchingPriority | ( | int | value | ) |
optional int32 branching_priority = 6 [default = 0];
value | The branchingPriority to set. |
Definition at line 1055 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.setIsInteger | ( | boolean | value | ) |
True if the variable is constrained to be integer. Ignored if MPModelProto::solver_type is *LINEAR_PROGRAMMING*.
optional bool is_integer = 4 [default = false];
value | The isInteger to set. |
Definition at line 906 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.setLowerBound | ( | double | value | ) |
lower_bound must be <= upper_bound.
optional double lower_bound = 1 [default = -inf];
value | The lowerBound to set. |
Definition at line 751 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.setName | ( | java.lang.String | value | ) |
The name of the variable.
optional string name = 5 [default = ""];
value | The name to set. |
Definition at line 993 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.setNameBytes | ( | com.google.protobuf.ByteString | value | ) |
The name of the variable.
optional string name = 5 [default = ""];
value | The bytes for name to set. |
Definition at line 1024 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.setObjectiveCoefficient | ( | double | value | ) |
The coefficient of the variable in the objective. Must be finite.
optional double objective_coefficient = 3 [default = 0];
value | The objectiveCoefficient to set. |
Definition at line 847 of file MPVariableProto.java.
Builder com.google.ortools.linearsolver.MPVariableProto.Builder.setUpperBound | ( | double | value | ) |
optional double upper_bound = 2 [default = inf];
value | The upperBound to set. |
Definition at line 795 of file MPVariableProto.java.