vrpRouting  0.3
vrprouting Namespace Reference

Namespaces

 base
 
 initialsol
 
 optimizers
 
 problem
 
 vrp
 

Classes

class  Identifier
 Class that stores the information about identifiers. More...
 
class  Pgr_messages
 Messages Handling. More...
 
class  Vrp_vroom_problem
 

Functions

std::ostream & operator<< (std::ostream &log, const Identifier &ident)
 

Function Documentation

◆ operator<<()

std::ostream& vrprouting::operator<< ( std::ostream &  log,
const Identifier ident 
)

Definition at line 51 of file identifier.cpp.

51  {
52  log << "id(idx) = " << ident.id() << "(" << ident.idx() << ")";
53  return log;
54 }

References vrprouting::Identifier::id(), and vrprouting::Identifier::idx().