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

Local search metaheuristics used to guide the search. Apart from greedy descent, they will try to escape local minima. More...

Inheritance diagram for Google.OrTools.ConstraintSolver.LocalSearchMetaheuristic:

Classes

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

Public Member Functions

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

Properties

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

Detailed Description

Local search metaheuristics used to guide the search. Apart from greedy descent, they will try to escape local minima.

Definition at line 339 of file RoutingEnums.pb.cs.

Constructor & Destructor Documentation

◆ LocalSearchMetaheuristic() [1/2]

Google.OrTools.ConstraintSolver.LocalSearchMetaheuristic.LocalSearchMetaheuristic ( )
inline

Definition at line 364 of file RoutingEnums.pb.cs.

◆ LocalSearchMetaheuristic() [2/2]

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

Definition at line 372 of file RoutingEnums.pb.cs.

Member Function Documentation

◆ CalculateSize()

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

Definition at line 440 of file RoutingEnums.pb.cs.

◆ Clone()

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

Definition at line 378 of file RoutingEnums.pb.cs.

◆ Equals() [1/2]

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

Definition at line 390 of file RoutingEnums.pb.cs.

◆ Equals() [2/2]

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

Definition at line 384 of file RoutingEnums.pb.cs.

◆ GetHashCode()

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

Definition at line 402 of file RoutingEnums.pb.cs.

◆ MergeFrom() [1/2]

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

Definition at line 450 of file RoutingEnums.pb.cs.

◆ MergeFrom() [2/2]

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

Definition at line 459 of file RoutingEnums.pb.cs.

◆ ToString()

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

Definition at line 412 of file RoutingEnums.pb.cs.

◆ WriteTo()

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

Definition at line 418 of file RoutingEnums.pb.cs.

Property Documentation

◆ Descriptor

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

Definition at line 352 of file RoutingEnums.pb.cs.

◆ Parser

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

Definition at line 348 of file RoutingEnums.pb.cs.


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