![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
| boolean | hasClauseId () |
| long | getClauseId () |
| java.util.List< java.lang.Integer > | getLiteralsList () |
| int | getLiteralsCount () |
| int | getLiterals (int index) |
| long operations_research.sat.Lrat.LratExportedClauseOrBuilder.getClauseId | ( | ) |
optional int64 clause_id = 1;
Implemented in operations_research.sat.Lrat.LratExportedClause.Builder, and operations_research.sat.Lrat.LratExportedClause.
| int operations_research.sat.Lrat.LratExportedClauseOrBuilder.getLiterals | ( | int | index | ) |
repeated int32 literals = 2 [packed = true];
| index | The index of the element to return. |
Implemented in operations_research.sat.Lrat.LratExportedClause.Builder, and operations_research.sat.Lrat.LratExportedClause.
| int operations_research.sat.Lrat.LratExportedClauseOrBuilder.getLiteralsCount | ( | ) |
repeated int32 literals = 2 [packed = true];
Implemented in operations_research.sat.Lrat.LratExportedClause.Builder, and operations_research.sat.Lrat.LratExportedClause.
| java.util.List< java.lang.Integer > operations_research.sat.Lrat.LratExportedClauseOrBuilder.getLiteralsList | ( | ) |
repeated int32 literals = 2 [packed = true];
Implemented in operations_research.sat.Lrat.LratExportedClause.Builder, and operations_research.sat.Lrat.LratExportedClause.
| boolean operations_research.sat.Lrat.LratExportedClauseOrBuilder.hasClauseId | ( | ) |
optional int64 clause_id = 1;
Implemented in operations_research.sat.Lrat.LratExportedClause.Builder, and operations_research.sat.Lrat.LratExportedClause.