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

Constructor & Destructor Documentation

◆ LinearArgumentProto() [1/2]

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

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

◆ LinearArgumentProto() [2/2]

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

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

Member Function Documentation

◆ CalculateSize()

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

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

◆ Clone()

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

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

◆ Equals() [1/2]

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

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

◆ Equals() [2/2]

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

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

◆ GetHashCode()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

◆ ToString()

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

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

◆ WriteTo()

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

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

◆ TargetFieldNumber

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

Field number for the "target" field.

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

Property Documentation

◆ Descriptor

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

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

◆ Exprs

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

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

◆ Parser

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

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

◆ Target

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

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


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