Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.Sat.ListOfVariablesProto Class Referencesealed

A list of variables, without any semantics. More...

Detailed Description

A list of variables, without any semantics.

Definition at line 5154 of file CpModel.pb.cs.

Inheritance diagram for Google.OrTools.Sat.ListOfVariablesProto:

Public Member Functions

 ListOfVariablesProto ()
 ListOfVariablesProto (ListOfVariablesProto other)
ListOfVariablesProto Clone ()
override bool Equals (object other)
bool Equals (ListOfVariablesProto other)
override int GetHashCode ()
override string ToString ()
void WriteTo (pb::CodedOutputStream output)
int CalculateSize ()
void MergeFrom (ListOfVariablesProto other)
void MergeFrom (pb::CodedInputStream input)

Static Public Attributes

const int VarsFieldNumber = 1
 Field number for the "vars" field.

Properties

static pb::MessageParser< ListOfVariablesProtoParser [get]
static pbr::MessageDescriptor Descriptor [get]
pbc::RepeatedField< int > Vars [get]

Constructor & Destructor Documentation

◆ ListOfVariablesProto() [1/2]

Google.OrTools.Sat.ListOfVariablesProto.ListOfVariablesProto ( )
inline

Definition at line 5179 of file CpModel.pb.cs.

◆ ListOfVariablesProto() [2/2]

Google.OrTools.Sat.ListOfVariablesProto.ListOfVariablesProto ( ListOfVariablesProto other)
inline

Definition at line 5187 of file CpModel.pb.cs.

Member Function Documentation

◆ CalculateSize()

int Google.OrTools.Sat.ListOfVariablesProto.CalculateSize ( )
inline

Definition at line 5271 of file CpModel.pb.cs.

◆ Clone()

ListOfVariablesProto Google.OrTools.Sat.ListOfVariablesProto.Clone ( )
inline

Definition at line 5194 of file CpModel.pb.cs.

◆ Equals() [1/2]

bool Google.OrTools.Sat.ListOfVariablesProto.Equals ( ListOfVariablesProto other)
inline

Definition at line 5217 of file CpModel.pb.cs.

◆ Equals() [2/2]

override bool Google.OrTools.Sat.ListOfVariablesProto.Equals ( object other)
inline

Definition at line 5211 of file CpModel.pb.cs.

◆ GetHashCode()

override int Google.OrTools.Sat.ListOfVariablesProto.GetHashCode ( )
inline

Definition at line 5230 of file CpModel.pb.cs.

◆ MergeFrom() [1/2]

void Google.OrTools.Sat.ListOfVariablesProto.MergeFrom ( ListOfVariablesProto other)
inline

Definition at line 5282 of file CpModel.pb.cs.

◆ MergeFrom() [2/2]

void Google.OrTools.Sat.ListOfVariablesProto.MergeFrom ( pb.CodedInputStream input)
inline

Definition at line 5292 of file CpModel.pb.cs.

◆ ToString()

override string Google.OrTools.Sat.ListOfVariablesProto.ToString ( )
inline

Definition at line 5241 of file CpModel.pb.cs.

◆ WriteTo()

void Google.OrTools.Sat.ListOfVariablesProto.WriteTo ( pb.CodedOutputStream output)
inline

Definition at line 5247 of file CpModel.pb.cs.

Member Data Documentation

◆ VarsFieldNumber

const int Google.OrTools.Sat.ListOfVariablesProto.VarsFieldNumber = 1
static

Field number for the "vars" field.

Definition at line 5199 of file CpModel.pb.cs.

Property Documentation

◆ Descriptor

pbr.MessageDescriptor Google.OrTools.Sat.ListOfVariablesProto.Descriptor
staticget

Definition at line 5167 of file CpModel.pb.cs.

◆ Parser

pb.MessageParser<ListOfVariablesProto> Google.OrTools.Sat.ListOfVariablesProto.Parser
staticget

Definition at line 5163 of file CpModel.pb.cs.

◆ Vars

pbc.RepeatedField<int> Google.OrTools.Sat.ListOfVariablesProto.Vars
get

Definition at line 5205 of file CpModel.pb.cs.


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