Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.algorithms.SetCoverProtoOrBuilder Interface Reference
Inheritance diagram for com.google.ortools.algorithms.SetCoverProtoOrBuilder:
com.google.ortools.algorithms.SetCoverProto com.google.ortools.algorithms.SetCoverProto.Builder

Public Member Functions

java.util.List< com.google.ortools.algorithms.SetCoverProto.SubsetgetSubsetList ()
 
com.google.ortools.algorithms.SetCoverProto.Subset getSubset (int index)
 
int getSubsetCount ()
 
java.util.List<? extends com.google.ortools.algorithms.SetCoverProto.SubsetOrBuildergetSubsetOrBuilderList ()
 
com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder getSubsetOrBuilder (int index)
 
boolean hasName ()
 
java.lang.String getName ()
 
com.google.protobuf.ByteString getNameBytes ()
 
boolean hasFingerprint ()
 
com.google.ortools.util.Int128 getFingerprint ()
 
com.google.ortools.util.Int128OrBuilder getFingerprintOrBuilder ()
 

Detailed Description

Definition at line 7 of file SetCoverProtoOrBuilder.java.

Member Function Documentation

◆ getFingerprint()

com.google.ortools.util.Int128 com.google.ortools.algorithms.SetCoverProtoOrBuilder.getFingerprint ( )
An automatically fingerprint for the model. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 3;

Returns
The fingerprint.

Implemented in com.google.ortools.algorithms.SetCoverProto, and com.google.ortools.algorithms.SetCoverProto.Builder.

◆ getFingerprintOrBuilder()

com.google.ortools.util.Int128OrBuilder com.google.ortools.algorithms.SetCoverProtoOrBuilder.getFingerprintOrBuilder ( )
An automatically fingerprint for the model. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 3;

Implemented in com.google.ortools.algorithms.SetCoverProto, and com.google.ortools.algorithms.SetCoverProto.Builder.

◆ getName()

java.lang.String com.google.ortools.algorithms.SetCoverProtoOrBuilder.getName ( )
A user-defined name for the model.

optional string name = 2;

Returns
The name.

Implemented in com.google.ortools.algorithms.SetCoverProto, and com.google.ortools.algorithms.SetCoverProto.Builder.

◆ getNameBytes()

com.google.protobuf.ByteString com.google.ortools.algorithms.SetCoverProtoOrBuilder.getNameBytes ( )
A user-defined name for the model.

optional string name = 2;

Returns
The bytes for name.

Implemented in com.google.ortools.algorithms.SetCoverProto, and com.google.ortools.algorithms.SetCoverProto.Builder.

◆ getSubset()

com.google.ortools.algorithms.SetCoverProto.Subset com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubset ( int index)
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Implemented in com.google.ortools.algorithms.SetCoverProto, and com.google.ortools.algorithms.SetCoverProto.Builder.

◆ getSubsetCount()

int com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubsetCount ( )
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Implemented in com.google.ortools.algorithms.SetCoverProto, and com.google.ortools.algorithms.SetCoverProto.Builder.

◆ getSubsetList()

java.util.List< com.google.ortools.algorithms.SetCoverProto.Subset > com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubsetList ( )
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Implemented in com.google.ortools.algorithms.SetCoverProto, and com.google.ortools.algorithms.SetCoverProto.Builder.

◆ getSubsetOrBuilder()

com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubsetOrBuilder ( int index)
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Implemented in com.google.ortools.algorithms.SetCoverProto, and com.google.ortools.algorithms.SetCoverProto.Builder.

◆ getSubsetOrBuilderList()

java.util.List<? extends com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder > com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubsetOrBuilderList ( )
The list of subsets in the model.

repeated .operations_research.SetCoverProto.Subset subset = 1;

Implemented in com.google.ortools.algorithms.SetCoverProto, and com.google.ortools.algorithms.SetCoverProto.Builder.

◆ hasFingerprint()

boolean com.google.ortools.algorithms.SetCoverProtoOrBuilder.hasFingerprint ( )
An automatically fingerprint for the model. TODO(user): Implement.

optional .operations_research.Int128 fingerprint = 3;

Returns
Whether the fingerprint field is set.

Implemented in com.google.ortools.algorithms.SetCoverProto, and com.google.ortools.algorithms.SetCoverProto.Builder.

◆ hasName()

boolean com.google.ortools.algorithms.SetCoverProtoOrBuilder.hasName ( )
A user-defined name for the model.

optional string name = 2;

Returns
Whether the name field is set.

Implemented in com.google.ortools.algorithms.SetCoverProto, and com.google.ortools.algorithms.SetCoverProto.Builder.


The documentation for this interface was generated from the following file: