![]() |
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.LratImportedClauseOrBuilder.getClauseId | ( | ) |
optional int64 clause_id = 1;
Implemented in operations_research.sat.Lrat.LratImportedClause.Builder, and operations_research.sat.Lrat.LratImportedClause.
| int operations_research.sat.Lrat.LratImportedClauseOrBuilder.getLiterals | ( | int | index | ) |
repeated int32 literals = 2 [packed = true];
| index | The index of the element to return. |
Implemented in operations_research.sat.Lrat.LratImportedClause.Builder, and operations_research.sat.Lrat.LratImportedClause.
| int operations_research.sat.Lrat.LratImportedClauseOrBuilder.getLiteralsCount | ( | ) |
repeated int32 literals = 2 [packed = true];
Implemented in operations_research.sat.Lrat.LratImportedClause.Builder, and operations_research.sat.Lrat.LratImportedClause.
| java.util.List< java.lang.Integer > operations_research.sat.Lrat.LratImportedClauseOrBuilder.getLiteralsList | ( | ) |
repeated int32 literals = 2 [packed = true];
Implemented in operations_research.sat.Lrat.LratImportedClause.Builder, and operations_research.sat.Lrat.LratImportedClause.
| boolean operations_research.sat.Lrat.LratImportedClauseOrBuilder.hasClauseId | ( | ) |
optional int64 clause_id = 1;
Implemented in operations_research.sat.Lrat.LratImportedClause.Builder, and operations_research.sat.Lrat.LratImportedClause.