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

Argument of the constraints of the form OP(literals). More...

Detailed Description

Argument of the constraints of the form OP(literals).

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

Inheritance diagram for Google.OrTools.Sat.BoolArgumentProto:

Public Member Functions

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

Static Public Attributes

const int LiteralsFieldNumber = 1
 Field number for the "literals" field.

Properties

static pb::MessageParser< BoolArgumentProtoParser [get]
static pbr::MessageDescriptor Descriptor [get]
pbc::RepeatedField< int > Literals [get]

Constructor & Destructor Documentation

◆ BoolArgumentProto() [1/2]

Google.OrTools.Sat.BoolArgumentProto.BoolArgumentProto ( )
inline

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

◆ BoolArgumentProto() [2/2]

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

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

Member Function Documentation

◆ CalculateSize()

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

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

◆ Clone()

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

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

◆ Equals() [1/2]

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

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

◆ Equals() [2/2]

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

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

◆ GetHashCode()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

◆ ToString()

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

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

◆ WriteTo()

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

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

Member Data Documentation

◆ LiteralsFieldNumber

const int Google.OrTools.Sat.BoolArgumentProto.LiteralsFieldNumber = 1
static

Field number for the "literals" field.

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

Property Documentation

◆ Descriptor

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

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

◆ Literals

pbc.RepeatedField<int> Google.OrTools.Sat.BoolArgumentProto.Literals
get

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

◆ Parser

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

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


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