OR-Tools  9.6
SimpleBoundCosts

Detailed Description

Definition at line 2714 of file routing.h.

Public Member Functions

 SimpleBoundCosts (int num_bounds, BoundCost default_bound_cost)
 
BoundCostbound_cost (int element)
 
BoundCost bound_cost (int element) const
 
int Size ()
 
 SimpleBoundCosts (const SimpleBoundCosts &)=delete
 
SimpleBoundCosts operator= (const SimpleBoundCosts &)=delete
 

Constructor & Destructor Documentation

◆ SimpleBoundCosts() [1/2]

SimpleBoundCosts ( int  num_bounds,
BoundCost  default_bound_cost 
)
inline

Definition at line 2716 of file routing.h.

◆ SimpleBoundCosts() [2/2]

SimpleBoundCosts ( const SimpleBoundCosts )
delete

Member Function Documentation

◆ bound_cost() [1/2]

BoundCost& bound_cost ( int  element)
inline

Definition at line 2719 of file routing.h.

◆ bound_cost() [2/2]

BoundCost bound_cost ( int  element) const
inline

Definition at line 2721 of file routing.h.

◆ operator=()

SimpleBoundCosts operator= ( const SimpleBoundCosts )
delete

◆ Size()

int Size ( )
inline

Definition at line 2722 of file routing.h.


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