Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::SavingsFilteredHeuristic::Saving Struct Reference

#include <routing_search.h>

Public Member Functions

bool operator< (const Saving &other) const
 

Public Attributes

int64_t saving
 
unsigned int vehicle_type: 20
 
unsigned int before_node: 22
 
unsigned int after_node: 22
 

Detailed Description

Definition at line 1270 of file routing_search.h.

Member Function Documentation

◆ operator<()

bool operations_research::SavingsFilteredHeuristic::Saving::operator< ( const Saving & other) const
inline

Definition at line 1275 of file routing_search.h.

Member Data Documentation

◆ after_node

unsigned int operations_research::SavingsFilteredHeuristic::Saving::after_node

Definition at line 1274 of file routing_search.h.

◆ before_node

unsigned int operations_research::SavingsFilteredHeuristic::Saving::before_node

Definition at line 1273 of file routing_search.h.

◆ saving

int64_t operations_research::SavingsFilteredHeuristic::Saving::saving

Definition at line 1271 of file routing_search.h.

◆ vehicle_type

unsigned int operations_research::SavingsFilteredHeuristic::Saving::vehicle_type

Definition at line 1272 of file routing_search.h.


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