Google OR-Tools v9.11
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 search limit The default values for int64 fields is the maxima value, i.e., 2^63-1
Protobuf type operations_research.RegularLimitParameters
Definition at line 345 of file RegularLimitParameters.java.
com.google.ortools.constraintsolver.RegularLimitParameters com.google.ortools.constraintsolver.RegularLimitParameters.Builder.build | ( | ) |
Definition at line 397 of file RegularLimitParameters.java.
com.google.ortools.constraintsolver.RegularLimitParameters com.google.ortools.constraintsolver.RegularLimitParameters.Builder.buildPartial | ( | ) |
Definition at line 406 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.clear | ( | ) |
Definition at line 373 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.clearBranches | ( | ) |
int64 branches = 2;
Definition at line 607 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.clearCumulative | ( | ) |
bool cumulative = 6;
Definition at line 735 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.clearFailures | ( | ) |
int64 failures = 3;
Definition at line 639 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.clearSmartTimeCheck | ( | ) |
bool smart_time_check = 5;
Definition at line 703 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.clearSolutions | ( | ) |
int64 solutions = 4;
Definition at line 671 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.clearTime | ( | ) |
TODO(user): Specify the time units or switch to google.Duration proto.
int64 time = 1;
Definition at line 575 of file RegularLimitParameters.java.
long com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getBranches | ( | ) |
int64 branches = 2;
Implements com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.
Definition at line 588 of file RegularLimitParameters.java.
boolean com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getCumulative | ( | ) |
bool cumulative = 6;
Implements com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.
Definition at line 716 of file RegularLimitParameters.java.
com.google.ortools.constraintsolver.RegularLimitParameters com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getDefaultInstanceForType | ( | ) |
Definition at line 392 of file RegularLimitParameters.java.
|
static |
Definition at line 350 of file RegularLimitParameters.java.
com.google.protobuf.Descriptors.Descriptor com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getDescriptorForType | ( | ) |
Definition at line 387 of file RegularLimitParameters.java.
long com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getFailures | ( | ) |
int64 failures = 3;
Implements com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.
Definition at line 620 of file RegularLimitParameters.java.
boolean com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getSmartTimeCheck | ( | ) |
bool smart_time_check = 5;
Implements com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.
Definition at line 684 of file RegularLimitParameters.java.
long com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getSolutions | ( | ) |
int64 solutions = 4;
Implements com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.
Definition at line 652 of file RegularLimitParameters.java.
long com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getTime | ( | ) |
TODO(user): Specify the time units or switch to google.Duration proto.
int64 time = 1;
Implements com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.
Definition at line 548 of file RegularLimitParameters.java.
|
protected |
Definition at line 356 of file RegularLimitParameters.java.
final boolean com.google.ortools.constraintsolver.RegularLimitParameters.Builder.isInitialized | ( | ) |
Definition at line 471 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.mergeFrom | ( | com.google.ortools.constraintsolver.RegularLimitParameters | other | ) |
Definition at line 445 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.mergeFrom | ( | com.google.protobuf.CodedInputStream | input, |
com.google.protobuf.ExtensionRegistryLite | extensionRegistry ) throws java.io.IOException |
Definition at line 476 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
Definition at line 436 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.setBranches | ( | long | value | ) |
int64 branches = 2;
value | The branches to set. |
Definition at line 596 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.setCumulative | ( | boolean | value | ) |
bool cumulative = 6;
value | The cumulative to set. |
Definition at line 724 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.setFailures | ( | long | value | ) |
int64 failures = 3;
value | The failures to set. |
Definition at line 628 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.setSmartTimeCheck | ( | boolean | value | ) |
bool smart_time_check = 5;
value | The smartTimeCheck to set. |
Definition at line 692 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.setSolutions | ( | long | value | ) |
int64 solutions = 4;
value | The solutions to set. |
Definition at line 660 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.setTime | ( | long | value | ) |
TODO(user): Specify the time units or switch to google.Duration proto.
int64 time = 1;
value | The time to set. |
Definition at line 560 of file RegularLimitParameters.java.