Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
OperationsResearch.SetCoverProto Class Referencesealed
Inheritance diagram for OperationsResearch.SetCoverProto:

Classes

class  Types
 Container for nested types declared in the SetCoverProto message type. More...
 

Public Member Functions

 SetCoverProto ()
 
 SetCoverProto (SetCoverProto other)
 
SetCoverProto Clone ()
 
void ClearName ()
 Clears the value of the "name" field.
 
override bool Equals (object other)
 
bool Equals (SetCoverProto other)
 
override int GetHashCode ()
 
override string ToString ()
 
void WriteTo (pb::CodedOutputStream output)
 
int CalculateSize ()
 
void MergeFrom (SetCoverProto other)
 
void MergeFrom (pb::CodedInputStream input)
 

Static Public Attributes

const int SubsetFieldNumber = 1
 Field number for the "subset" field.
 
const int NameFieldNumber = 2
 Field number for the "name" field.
 
const int FingerprintFieldNumber = 3
 Field number for the "fingerprint" field.
 

Properties

static pb::MessageParser< SetCoverProtoParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
pbc::RepeatedField< global::OperationsResearch.SetCoverProto.Types.Subset > Subset [get]
 The list of subsets in the model.
 
string Name [get, set]
 A user-defined name for the model.
 
bool HasName [get]
 Gets whether the "name" field is set.
 
global::Google.OrTools.Util.Int128 Fingerprint [get, set]
 An automatically fingerprint for the model.
 

Detailed Description

Definition at line 58 of file SetCover.pb.cs.

Constructor & Destructor Documentation

◆ SetCoverProto() [1/2]

OperationsResearch.SetCoverProto.SetCoverProto ( )
inline

Definition at line 83 of file SetCover.pb.cs.

◆ SetCoverProto() [2/2]

OperationsResearch.SetCoverProto.SetCoverProto ( SetCoverProto other)
inline

Definition at line 91 of file SetCover.pb.cs.

Member Function Documentation

◆ CalculateSize()

int OperationsResearch.SetCoverProto.CalculateSize ( )
inline

Definition at line 244 of file SetCover.pb.cs.

◆ ClearName()

void OperationsResearch.SetCoverProto.ClearName ( )
inline

Clears the value of the "name" field.

Definition at line 143 of file SetCover.pb.cs.

◆ Clone()

SetCoverProto OperationsResearch.SetCoverProto.Clone ( )
inline

Definition at line 100 of file SetCover.pb.cs.

◆ Equals() [1/2]

override bool OperationsResearch.SetCoverProto.Equals ( object other)
inline

Definition at line 164 of file SetCover.pb.cs.

◆ Equals() [2/2]

bool OperationsResearch.SetCoverProto.Equals ( SetCoverProto other)
inline

Definition at line 170 of file SetCover.pb.cs.

◆ GetHashCode()

override int OperationsResearch.SetCoverProto.GetHashCode ( )
inline

Definition at line 185 of file SetCover.pb.cs.

◆ MergeFrom() [1/2]

void OperationsResearch.SetCoverProto.MergeFrom ( pb.CodedInputStream input)
inline

Definition at line 280 of file SetCover.pb.cs.

◆ MergeFrom() [2/2]

void OperationsResearch.SetCoverProto.MergeFrom ( SetCoverProto other)
inline

Definition at line 261 of file SetCover.pb.cs.

◆ ToString()

override string OperationsResearch.SetCoverProto.ToString ( )
inline

Definition at line 198 of file SetCover.pb.cs.

◆ WriteTo()

void OperationsResearch.SetCoverProto.WriteTo ( pb.CodedOutputStream output)
inline

Definition at line 204 of file SetCover.pb.cs.

Member Data Documentation

◆ FingerprintFieldNumber

const int OperationsResearch.SetCoverProto.FingerprintFieldNumber = 3
static

Field number for the "fingerprint" field.

Definition at line 148 of file SetCover.pb.cs.

◆ NameFieldNumber

const int OperationsResearch.SetCoverProto.NameFieldNumber = 2
static

Field number for the "name" field.

Definition at line 119 of file SetCover.pb.cs.

◆ SubsetFieldNumber

const int OperationsResearch.SetCoverProto.SubsetFieldNumber = 1
static

Field number for the "subset" field.

Definition at line 105 of file SetCover.pb.cs.

Property Documentation

◆ Descriptor

pbr.MessageDescriptor OperationsResearch.SetCoverProto.Descriptor
staticget

Definition at line 71 of file SetCover.pb.cs.

◆ Fingerprint

global.Google.OrTools.Util.Int128 OperationsResearch.SetCoverProto.Fingerprint
getset

An automatically fingerprint for the model.

Todo
(user): Implement.

Definition at line 155 of file SetCover.pb.cs.

◆ HasName

bool OperationsResearch.SetCoverProto.HasName
get

Gets whether the "name" field is set.

Definition at line 137 of file SetCover.pb.cs.

◆ Name

string OperationsResearch.SetCoverProto.Name
getset

A user-defined name for the model.

Definition at line 128 of file SetCover.pb.cs.

◆ Parser

pb.MessageParser<SetCoverProto> OperationsResearch.SetCoverProto.Parser
staticget

Definition at line 67 of file SetCover.pb.cs.

◆ Subset

pbc.RepeatedField<global.OperationsResearch.SetCoverProto.Types.Subset> OperationsResearch.SetCoverProto.Subset
get

The list of subsets in the model.

Definition at line 114 of file SetCover.pb.cs.


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