![]() |
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 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 346 of file RegularLimitParameters.java.
com.google.ortools.constraintsolver.RegularLimitParameters com.google.ortools.constraintsolver.RegularLimitParameters.Builder.build | ( | ) |
Definition at line 398 of file RegularLimitParameters.java.
com.google.ortools.constraintsolver.RegularLimitParameters com.google.ortools.constraintsolver.RegularLimitParameters.Builder.buildPartial | ( | ) |
Definition at line 407 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.clear | ( | ) |
Definition at line 374 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.clearBranches | ( | ) |
int64 branches = 2;
Definition at line 608 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.clearCumulative | ( | ) |
bool cumulative = 6;
Definition at line 736 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.clearFailures | ( | ) |
int64 failures = 3;
Definition at line 640 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.clearSmartTimeCheck | ( | ) |
bool smart_time_check = 5;
Definition at line 704 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.clearSolutions | ( | ) |
int64 solutions = 4;
Definition at line 672 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 576 of file RegularLimitParameters.java.
long com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getBranches | ( | ) |
int64 branches = 2;
Implements com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.
Definition at line 589 of file RegularLimitParameters.java.
boolean com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getCumulative | ( | ) |
bool cumulative = 6;
Implements com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.
Definition at line 717 of file RegularLimitParameters.java.
com.google.ortools.constraintsolver.RegularLimitParameters com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getDefaultInstanceForType | ( | ) |
Definition at line 393 of file RegularLimitParameters.java.
|
static |
Definition at line 351 of file RegularLimitParameters.java.
com.google.protobuf.Descriptors.Descriptor com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getDescriptorForType | ( | ) |
Definition at line 388 of file RegularLimitParameters.java.
long com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getFailures | ( | ) |
int64 failures = 3;
Implements com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.
Definition at line 621 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 685 of file RegularLimitParameters.java.
long com.google.ortools.constraintsolver.RegularLimitParameters.Builder.getSolutions | ( | ) |
int64 solutions = 4;
Implements com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.
Definition at line 653 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 549 of file RegularLimitParameters.java.
|
protected |
Definition at line 357 of file RegularLimitParameters.java.
final boolean com.google.ortools.constraintsolver.RegularLimitParameters.Builder.isInitialized | ( | ) |
Definition at line 472 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.mergeFrom | ( | com.google.ortools.constraintsolver.RegularLimitParameters | other | ) |
Definition at line 446 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 477 of file RegularLimitParameters.java.
Builder com.google.ortools.constraintsolver.RegularLimitParameters.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
Definition at line 437 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 597 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 725 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 629 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 693 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 661 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 561 of file RegularLimitParameters.java.