Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::CheapestInsertionFilteredHeuristic::NodeInsertion Struct Reference

#include <routing_search.h>

Public Member Functions

bool operator< (const NodeInsertion &other) const
 

Public Attributes

int64_t insert_after
 
int vehicle
 
int64_t value
 

Detailed Description

Definition at line 329 of file routing_search.h.

Member Function Documentation

◆ operator<()

bool operations_research::CheapestInsertionFilteredHeuristic::NodeInsertion::operator< ( const NodeInsertion & other) const
inline

Definition at line 334 of file routing_search.h.

Member Data Documentation

◆ insert_after

int64_t operations_research::CheapestInsertionFilteredHeuristic::NodeInsertion::insert_after

Definition at line 330 of file routing_search.h.

◆ value

int64_t operations_research::CheapestInsertionFilteredHeuristic::NodeInsertion::value

Definition at line 332 of file routing_search.h.

◆ vehicle

int operations_research::CheapestInsertionFilteredHeuristic::NodeInsertion::vehicle

Definition at line 331 of file routing_search.h.


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