Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.Sat.LinearArgumentProto Class Referencesealed
Inheritance diagram for Google.OrTools.Sat.LinearArgumentProto:

Public Member Functions

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

Static Public Attributes

const int TargetFieldNumber = 1
 Field number for the "target" field.
 
const int ExprsFieldNumber = 2
 Field number for the "exprs" field.
 

Properties

static pb::MessageParser< LinearArgumentProtoParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
global::Google.OrTools.Sat.LinearExpressionProto Target [get, set]
 
pbc::RepeatedField< global::Google.OrTools.Sat.LinearExpressionProto > Exprs [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ LinearArgumentProto() [1/2]

Google.OrTools.Sat.LinearArgumentProto.LinearArgumentProto ( )
inline

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

◆ LinearArgumentProto() [2/2]

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

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

Member Function Documentation

◆ CalculateSize()

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

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

◆ Clone()

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

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

◆ Equals() [1/2]

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

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

◆ Equals() [2/2]

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

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

◆ GetHashCode()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

◆ ToString()

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

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

◆ WriteTo()

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

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

Member Data Documentation

◆ ExprsFieldNumber

const int Google.OrTools.Sat.LinearArgumentProto.ExprsFieldNumber = 2
static

Field number for the "exprs" field.

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

◆ TargetFieldNumber

const int Google.OrTools.Sat.LinearArgumentProto.TargetFieldNumber = 1
static

Field number for the "target" field.

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

Property Documentation

◆ Descriptor

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

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

◆ Exprs

pbc.RepeatedField<global.Google.OrTools.Sat.LinearExpressionProto> Google.OrTools.Sat.LinearArgumentProto.Exprs
get

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

◆ Parser

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

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

◆ Target

global.Google.OrTools.Sat.LinearExpressionProto Google.OrTools.Sat.LinearArgumentProto.Target
getset

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


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