Google OR-Tools v9.9
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...

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]
 

Detailed Description

All affine expressions must take different values.

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

Constructor & Destructor Documentation

◆ AllDifferentConstraintProto() [1/2]

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

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

◆ AllDifferentConstraintProto() [2/2]

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

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

Member Function Documentation

◆ CalculateSize()

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

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

◆ Clone()

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

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

◆ Equals() [1/2]

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

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

◆ Equals() [2/2]

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

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

◆ GetHashCode()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

◆ ToString()

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

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

◆ WriteTo()

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

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

Property Documentation

◆ Descriptor

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

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

◆ Exprs

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

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

◆ Parser

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

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


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