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

Detailed Description

Definition at line 1367 of file routing_search.h.

#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

Member Function Documentation

◆ operator<()

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

Definition at line 1372 of file routing_search.h.

Member Data Documentation

◆ after_node

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

Definition at line 1371 of file routing_search.h.

◆ before_node

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

Definition at line 1370 of file routing_search.h.

◆ saving

int64_t operations_research::SavingsFilteredHeuristic::Saving::saving

Definition at line 1368 of file routing_search.h.

◆ vehicle_type

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

Definition at line 1369 of file routing_search.h.


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