![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
A clause imported from the input problem, or from another worker.
Protobuf type operations_research.sat.LratImportedClause
Public Member Functions | |
| Builder | clear () |
| com.google.protobuf.Descriptors.Descriptor | getDescriptorForType () |
| operations_research.sat.Lrat.LratImportedClause | getDefaultInstanceForType () |
| operations_research.sat.Lrat.LratImportedClause | build () |
| operations_research.sat.Lrat.LratImportedClause | buildPartial () |
| Builder | mergeFrom (com.google.protobuf.Message other) |
| Builder | mergeFrom (operations_research.sat.Lrat.LratImportedClause other) |
| final boolean | isInitialized () |
| Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| boolean | hasClauseId () |
| long | getClauseId () |
| Builder | setClauseId (long value) |
| Builder | clearClauseId () |
| java.util.List< java.lang.Integer > | getLiteralsList () |
| int | getLiteralsCount () |
| int | getLiterals (int index) |
| Builder | setLiterals (int index, int value) |
| Builder | addLiterals (int value) |
| Builder | addAllLiterals (java.lang.Iterable<? extends java.lang.Integer > values) |
| Builder | clearLiterals () |
Static Public Member Functions | |
| static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
Protected Member Functions | |
| com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
| Builder operations_research.sat.Lrat.LratImportedClause.Builder.addAllLiterals | ( | java.lang.Iterable<? extends java.lang.Integer > | values | ) |
| Builder operations_research.sat.Lrat.LratImportedClause.Builder.addLiterals | ( | int | value | ) |
| operations_research.sat.Lrat.LratImportedClause operations_research.sat.Lrat.LratImportedClause.Builder.build | ( | ) |
| operations_research.sat.Lrat.LratImportedClause operations_research.sat.Lrat.LratImportedClause.Builder.buildPartial | ( | ) |
| Builder operations_research.sat.Lrat.LratImportedClause.Builder.clear | ( | ) |
| Builder operations_research.sat.Lrat.LratImportedClause.Builder.clearClauseId | ( | ) |
| Builder operations_research.sat.Lrat.LratImportedClause.Builder.clearLiterals | ( | ) |
| long operations_research.sat.Lrat.LratImportedClause.Builder.getClauseId | ( | ) |
optional int64 clause_id = 1;
Implements operations_research.sat.Lrat.LratImportedClauseOrBuilder.
| operations_research.sat.Lrat.LratImportedClause operations_research.sat.Lrat.LratImportedClause.Builder.getDefaultInstanceForType | ( | ) |
|
static |
| com.google.protobuf.Descriptors.Descriptor operations_research.sat.Lrat.LratImportedClause.Builder.getDescriptorForType | ( | ) |
| int operations_research.sat.Lrat.LratImportedClause.Builder.getLiterals | ( | int | index | ) |
repeated int32 literals = 2 [packed = true];
| index | The index of the element to return. |
Implements operations_research.sat.Lrat.LratImportedClauseOrBuilder.
| int operations_research.sat.Lrat.LratImportedClause.Builder.getLiteralsCount | ( | ) |
repeated int32 literals = 2 [packed = true];
Implements operations_research.sat.Lrat.LratImportedClauseOrBuilder.
| java.util.List< java.lang.Integer > operations_research.sat.Lrat.LratImportedClause.Builder.getLiteralsList | ( | ) |
repeated int32 literals = 2 [packed = true];
Implements operations_research.sat.Lrat.LratImportedClauseOrBuilder.
| boolean operations_research.sat.Lrat.LratImportedClause.Builder.hasClauseId | ( | ) |
optional int64 clause_id = 1;
Implements operations_research.sat.Lrat.LratImportedClauseOrBuilder.
|
protected |
| final boolean operations_research.sat.Lrat.LratImportedClause.Builder.isInitialized | ( | ) |
| Builder operations_research.sat.Lrat.LratImportedClause.Builder.mergeFrom | ( | com.google.protobuf.CodedInputStream | input, |
| com.google.protobuf.ExtensionRegistryLite | extensionRegistry ) throws java.io.IOException |
| Builder operations_research.sat.Lrat.LratImportedClause.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
| Builder operations_research.sat.Lrat.LratImportedClause.Builder.mergeFrom | ( | operations_research.sat.Lrat.LratImportedClause | other | ) |
| Builder operations_research.sat.Lrat.LratImportedClause.Builder.setClauseId | ( | long | value | ) |
| Builder operations_research.sat.Lrat.LratImportedClause.Builder.setLiterals | ( | int | index, |
| int | value ) |