Google OR-Tools v9.12
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 4937 of file CpModel.pb.cs.

Constructor & Destructor Documentation

◆ ListOfVariablesProto() [1/2]

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

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

◆ ListOfVariablesProto() [2/2]

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

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

Member Function Documentation

◆ CalculateSize()

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

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

◆ Clone()

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

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

◆ Equals() [1/2]

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

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

◆ Equals() [2/2]

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

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

◆ GetHashCode()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

◆ ToString()

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

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

◆ WriteTo()

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

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

Property Documentation

◆ Descriptor

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

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

◆ Parser

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

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

◆ Vars

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

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


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