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

Detailed Description

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

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]

Constructor & Destructor Documentation

◆ LinearArgumentProto() [1/2]

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

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

◆ LinearArgumentProto() [2/2]

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

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

Member Function Documentation

◆ CalculateSize()

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

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

◆ Clone()

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

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

◆ Equals() [1/2]

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

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

◆ Equals() [2/2]

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

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

◆ GetHashCode()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

◆ ToString()

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

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

◆ WriteTo()

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

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

◆ TargetFieldNumber

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

Field number for the "target" field.

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

Property Documentation

◆ Descriptor

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

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

◆ Exprs

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

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

◆ Parser

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

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

◆ Target

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

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


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