Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::SimpleBoundCosts Class Reference

Detailed Description

Definition at line 3055 of file routing.h.

#include <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]

operations_research::SimpleBoundCosts::SimpleBoundCosts ( int num_bounds,
BoundCost default_bound_cost )
inline

Definition at line 3057 of file routing.h.

◆ SimpleBoundCosts() [2/2]

operations_research::SimpleBoundCosts::SimpleBoundCosts ( const SimpleBoundCosts & )
delete

Member Function Documentation

◆ bound_cost() [1/2]

BoundCost & operations_research::SimpleBoundCosts::bound_cost ( int element)
inline

Definition at line 3060 of file routing.h.

◆ bound_cost() [2/2]

BoundCost operations_research::SimpleBoundCosts::bound_cost ( int element) const
inline

Definition at line 3062 of file routing.h.

◆ operator=()

SimpleBoundCosts operations_research::SimpleBoundCosts::operator= ( const SimpleBoundCosts & )
delete

◆ Size()

int operations_research::SimpleBoundCosts::Size ( )
inline

Definition at line 3063 of file routing.h.


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