Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy Class Referencesealed

Acceptance strategy in which only improving solutions are accepted. More...

Detailed Description

Acceptance strategy in which only improving solutions are accepted.

Definition at line 3019 of file RoutingIls.pb.cs.

Inheritance diagram for Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy:

Public Member Functions

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

Properties

static pb::MessageParser< GreedyDescentAcceptanceStrategyParser [get]
static pbr::MessageDescriptor Descriptor [get]

Constructor & Destructor Documentation

◆ GreedyDescentAcceptanceStrategy() [1/2]

Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy.GreedyDescentAcceptanceStrategy ( )
inline

Definition at line 3044 of file RoutingIls.pb.cs.

◆ GreedyDescentAcceptanceStrategy() [2/2]

Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy.GreedyDescentAcceptanceStrategy ( GreedyDescentAcceptanceStrategy other)
inline

Definition at line 3052 of file RoutingIls.pb.cs.

Member Function Documentation

◆ CalculateSize()

int Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy.CalculateSize ( )
inline

Definition at line 3120 of file RoutingIls.pb.cs.

◆ Clone()

GreedyDescentAcceptanceStrategy Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy.Clone ( )
inline

Definition at line 3058 of file RoutingIls.pb.cs.

◆ Equals() [1/2]

bool Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy.Equals ( GreedyDescentAcceptanceStrategy other)
inline

Definition at line 3070 of file RoutingIls.pb.cs.

◆ Equals() [2/2]

override bool Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy.Equals ( object other)
inline

Definition at line 3064 of file RoutingIls.pb.cs.

◆ GetHashCode()

override int Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy.GetHashCode ( )
inline

Definition at line 3082 of file RoutingIls.pb.cs.

◆ MergeFrom() [1/2]

void Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy.MergeFrom ( GreedyDescentAcceptanceStrategy other)
inline

Definition at line 3130 of file RoutingIls.pb.cs.

◆ MergeFrom() [2/2]

void Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy.MergeFrom ( pb.CodedInputStream input)
inline

Definition at line 3139 of file RoutingIls.pb.cs.

◆ ToString()

override string Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy.ToString ( )
inline

Definition at line 3092 of file RoutingIls.pb.cs.

◆ WriteTo()

void Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy.WriteTo ( pb.CodedOutputStream output)
inline

Definition at line 3098 of file RoutingIls.pb.cs.

Property Documentation

◆ Descriptor

pbr.MessageDescriptor Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy.Descriptor
staticget

Definition at line 3032 of file RoutingIls.pb.cs.

◆ Parser

pb.MessageParser<GreedyDescentAcceptanceStrategy> Google.OrTools.ConstraintSolver.GreedyDescentAcceptanceStrategy.Parser
staticget

Definition at line 3028 of file RoutingIls.pb.cs.


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