Google OR-Tools v9.9
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...

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]
 

Detailed Description

A list of variables, without any semantics.

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

Constructor & Destructor Documentation

◆ ListOfVariablesProto() [1/2]

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

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

◆ ListOfVariablesProto() [2/2]

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

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

Member Function Documentation

◆ CalculateSize()

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

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

◆ Clone()

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

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

◆ Equals() [1/2]

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

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

◆ Equals() [2/2]

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

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

◆ GetHashCode()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

◆ ToString()

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

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

◆ WriteTo()

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

Definition at line 4686 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 4638 of file CpModel.pb.cs.

Property Documentation

◆ Descriptor

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

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

◆ Parser

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

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

◆ Vars

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

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


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