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

All affine expressions must take different values. More...

Detailed Description

All affine expressions must take different values.

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

Inheritance diagram for Google.OrTools.Sat.AllDifferentConstraintProto:

Public Member Functions

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

Static Public Attributes

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

Properties

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

Constructor & Destructor Documentation

◆ AllDifferentConstraintProto() [1/2]

Google.OrTools.Sat.AllDifferentConstraintProto.AllDifferentConstraintProto ( )
inline

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

◆ AllDifferentConstraintProto() [2/2]

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

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

Member Function Documentation

◆ CalculateSize()

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

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

◆ Clone()

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

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

◆ Equals() [1/2]

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

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

◆ Equals() [2/2]

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

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

◆ GetHashCode()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

◆ ToString()

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

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

◆ WriteTo()

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

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

Member Data Documentation

◆ ExprsFieldNumber

const int Google.OrTools.Sat.AllDifferentConstraintProto.ExprsFieldNumber = 1
static

Field number for the "exprs" field.

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

Property Documentation

◆ Descriptor

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

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

◆ Exprs

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

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

◆ Parser

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

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


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