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

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]
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ BoolArgumentProto() [1/2]

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

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

◆ BoolArgumentProto() [2/2]

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

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

Member Function Documentation

◆ CalculateSize()

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

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

◆ Clone()

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

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

◆ Equals() [1/2]

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

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

◆ Equals() [2/2]

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

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

◆ GetHashCode()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

◆ ToString()

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

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

◆ WriteTo()

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

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

Property Documentation

◆ Descriptor

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

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

◆ Literals

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

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

◆ Parser

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

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


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