OR-Tools  9.3
routing_search.cc File Reference

Go to the source code of this file.

Classes

class  GlobalCheapestInsertionFilteredHeuristic::PairEntry
 
class  GlobalCheapestInsertionFilteredHeuristic::NodeEntry
 
class  SavingsFilteredHeuristic::SavingsContainer< Saving >
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 

Functions

 ABSL_FLAG (bool, routing_shift_insertion_cost_by_penalty, true, "Shift insertion costs by the penalty of the inserted node(s).")
 
 ABSL_FLAG (int64_t, sweep_sectors, 1, "The number of sectors the space is divided into before it is sweeped" " by the ray.")
 
FirstSolutionStrategy::Value AutomaticFirstSolutionStrategy (bool has_pickup_deliveries, bool has_node_precedences, bool has_single_vehicle_node)
 Returns the best value for the automatic first solution strategy, based on the given model parameters. More...
 
DecisionBuilder * MakeSweepDecisionBuilder (RoutingModel *model, bool check_assignment)
 
DecisionBuilder * MakeAllUnperformed (RoutingModel *model)
 

Function Documentation

◆ ABSL_FLAG() [1/2]

ABSL_FLAG ( bool  ,
routing_shift_insertion_cost_by_penalty  ,
true  ,
"Shift insertion costs by the penalty of the inserted node(s)."   
)

◆ ABSL_FLAG() [2/2]

ABSL_FLAG ( int64_t  ,
sweep_sectors  ,
,
"The number of sectors the space is divided into before it is sweeped" " by the ray."   
)

Variable Documentation

◆ angle

double angle

Definition at line 3740 of file routing_search.cc.

◆ distance

double distance
Examples
tsp.cc, and vrp.cc.

Definition at line 3741 of file routing_search.cc.

◆ end_depot

int64_t end_depot

Definition at line 3821 of file routing_search.cc.

◆ head

int head

Definition at line 3995 of file routing_search.cc.

◆ index

int64_t index

Definition at line 3739 of file routing_search.cc.

◆ link

std::pair<int, int> link

Definition at line 3817 of file routing_search.cc.

◆ nodes

int nodes

Definition at line 3997 of file routing_search.cc.

◆ start_depot

int64_t start_depot

Definition at line 3820 of file routing_search.cc.

◆ tail

int tail

Definition at line 3996 of file routing_search.cc.

◆ value

int64_t value

Definition at line 3818 of file routing_search.cc.

◆ vehicle_class

int vehicle_class

Definition at line 3819 of file routing_search.cc.