Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <routing_utils.h>
Public Attributes | |
int64_t | max_load |
int64_t | soft_max_load |
int64_t | cost_above_soft_max_load |
Represents the limits of a bin with respect to a dimension:
Definition at line 41 of file routing_utils.h.
int64_t operations_research::BinCapacities::LoadLimit::cost_above_soft_max_load |
Definition at line 44 of file routing_utils.h.
int64_t operations_research::BinCapacities::LoadLimit::max_load |
Definition at line 42 of file routing_utils.h.
int64_t operations_research::BinCapacities::LoadLimit::soft_max_load |
Definition at line 43 of file routing_utils.h.