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

Constructor & Destructor Documentation

◆ AllDifferentConstraintProto() [1/2]

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

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

◆ AllDifferentConstraintProto() [2/2]

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

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

Member Function Documentation

◆ CalculateSize()

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

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

◆ Clone()

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

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

◆ Equals() [1/2]

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

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

◆ Equals() [2/2]

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

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

◆ GetHashCode()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

◆ ToString()

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

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

◆ WriteTo()

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

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

Property Documentation

◆ Descriptor

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

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

◆ Exprs

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

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

◆ Parser

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

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


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