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

#include <routing_search.h>

Public Member Functions

bool operator== (const Insertion &other) const
 

Public Attributes

int pred
 
int node
 

Detailed Description

Definition at line 893 of file routing_search.h.

Member Function Documentation

◆ operator==()

bool operations_research::InsertionSequenceContainer::Insertion::operator== ( const Insertion & other) const
inline

Definition at line 896 of file routing_search.h.

Member Data Documentation

◆ node

int operations_research::InsertionSequenceContainer::Insertion::node

Definition at line 895 of file routing_search.h.

◆ pred

int operations_research::InsertionSequenceContainer::Insertion::pred

Definition at line 894 of file routing_search.h.


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