![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
If `rat_infos` is empty, the last `unit_ids` clause must become empty after unit propagation. If the last `unit_ids` clause does not become empty by unit propagation, then `rat_infos` must contain all the clauses which contain the negation of the first `literals` (called the pivot 'p') -- and no other clauses. Moreover, for each r in `rat_infos`, all the `r.unit_ids` clauses must become unit and eventually empty if all the literals of the `r.resolvant_id` clause (minus ~p), plus those in `literals`, are assumed to be false (this list must be in unit propagation order; verification stops at the first empty clause). See LratChecker for more details.
Protobuf type operations_research.sat.LratInferredClause.RatInfo
Public Member Functions | |
| Builder | clear () |
| com.google.protobuf.Descriptors.Descriptor | getDescriptorForType () |
| operations_research.sat.Lrat.LratInferredClause.RatInfo | getDefaultInstanceForType () |
| operations_research.sat.Lrat.LratInferredClause.RatInfo | build () |
| operations_research.sat.Lrat.LratInferredClause.RatInfo | buildPartial () |
| Builder | mergeFrom (com.google.protobuf.Message other) |
| Builder | mergeFrom (operations_research.sat.Lrat.LratInferredClause.RatInfo other) |
| final boolean | isInitialized () |
| Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| boolean | hasResolvantId () |
| long | getResolvantId () |
| Builder | setResolvantId (long value) |
| Builder | clearResolvantId () |
| java.util.List< java.lang.Long > | getUnitIdsList () |
| int | getUnitIdsCount () |
| long | getUnitIds (int index) |
| Builder | setUnitIds (int index, long value) |
| Builder | addUnitIds (long value) |
| Builder | addAllUnitIds (java.lang.Iterable<? extends java.lang.Long > values) |
| Builder | clearUnitIds () |
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.LratInferredClause.RatInfo.Builder.addAllUnitIds | ( | java.lang.Iterable<? extends java.lang.Long > | values | ) |
| Builder operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.addUnitIds | ( | long | value | ) |
| operations_research.sat.Lrat.LratInferredClause.RatInfo operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.build | ( | ) |
| operations_research.sat.Lrat.LratInferredClause.RatInfo operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.buildPartial | ( | ) |
| Builder operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.clear | ( | ) |
| Builder operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.clearResolvantId | ( | ) |
| Builder operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.clearUnitIds | ( | ) |
| operations_research.sat.Lrat.LratInferredClause.RatInfo operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.getDefaultInstanceForType | ( | ) |
|
static |
| com.google.protobuf.Descriptors.Descriptor operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.getDescriptorForType | ( | ) |
| long operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.getResolvantId | ( | ) |
optional int64 resolvant_id = 1;
Implements operations_research.sat.Lrat.LratInferredClause.RatInfoOrBuilder.
| long operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.getUnitIds | ( | int | index | ) |
repeated int64 unit_ids = 2 [packed = true];
| index | The index of the element to return. |
Implements operations_research.sat.Lrat.LratInferredClause.RatInfoOrBuilder.
| int operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.getUnitIdsCount | ( | ) |
repeated int64 unit_ids = 2 [packed = true];
Implements operations_research.sat.Lrat.LratInferredClause.RatInfoOrBuilder.
| java.util.List< java.lang.Long > operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.getUnitIdsList | ( | ) |
repeated int64 unit_ids = 2 [packed = true];
Implements operations_research.sat.Lrat.LratInferredClause.RatInfoOrBuilder.
| boolean operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.hasResolvantId | ( | ) |
optional int64 resolvant_id = 1;
Implements operations_research.sat.Lrat.LratInferredClause.RatInfoOrBuilder.
|
protected |
| final boolean operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.isInitialized | ( | ) |
| Builder operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.mergeFrom | ( | com.google.protobuf.CodedInputStream | input, |
| com.google.protobuf.ExtensionRegistryLite | extensionRegistry ) throws java.io.IOException |
| Builder operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
| Builder operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.mergeFrom | ( | operations_research.sat.Lrat.LratInferredClause.RatInfo | other | ) |
| Builder operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.setResolvantId | ( | long | value | ) |
| Builder operations_research.sat.Lrat.LratInferredClause.RatInfo.Builder.setUnitIds | ( | int | index, |
| long | value ) |