Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
OperationsResearch.AcceptanceStrategy Class Referencesealed

Determines when a neighbor solution, obtained by the application of a perturbation and improvement step to a reference solution, is used to replace the reference solution. More...

Inheritance diagram for OperationsResearch.AcceptanceStrategy:

Classes

class  Types
 Container for nested types declared in the AcceptanceStrategy message type. More...
 

Public Member Functions

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

Properties

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

Detailed Description

Determines when a neighbor solution, obtained by the application of a perturbation and improvement step to a reference solution, is used to replace the reference solution.

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

Constructor & Destructor Documentation

◆ AcceptanceStrategy() [1/2]

OperationsResearch.AcceptanceStrategy.AcceptanceStrategy ( )
inline

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

◆ AcceptanceStrategy() [2/2]

OperationsResearch.AcceptanceStrategy.AcceptanceStrategy ( AcceptanceStrategy other)
inline

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

Member Function Documentation

◆ CalculateSize()

int OperationsResearch.AcceptanceStrategy.CalculateSize ( )
inline

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

◆ Clone()

AcceptanceStrategy OperationsResearch.AcceptanceStrategy.Clone ( )
inline

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

◆ Equals() [1/2]

bool OperationsResearch.AcceptanceStrategy.Equals ( AcceptanceStrategy other)
inline

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

◆ Equals() [2/2]

override bool OperationsResearch.AcceptanceStrategy.Equals ( object other)
inline

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

◆ GetHashCode()

override int OperationsResearch.AcceptanceStrategy.GetHashCode ( )
inline

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

◆ MergeFrom() [1/2]

void OperationsResearch.AcceptanceStrategy.MergeFrom ( AcceptanceStrategy other)
inline

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

◆ MergeFrom() [2/2]

void OperationsResearch.AcceptanceStrategy.MergeFrom ( pb.CodedInputStream input)
inline

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

◆ ToString()

override string OperationsResearch.AcceptanceStrategy.ToString ( )
inline

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

◆ WriteTo()

void OperationsResearch.AcceptanceStrategy.WriteTo ( pb.CodedOutputStream output)
inline

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

Property Documentation

◆ Descriptor

pbr.MessageDescriptor OperationsResearch.AcceptanceStrategy.Descriptor
staticget

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

◆ Parser

pb.MessageParser<AcceptanceStrategy> OperationsResearch.AcceptanceStrategy.Parser
staticget

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


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