Definition at line 57 of file capacity_model.h.
#include <capacity_model.h>
◆ CapacityModel()
◆ AddTerm()
| void operations_research::CapacityModel::AddTerm |
( |
SubsetIndex | subset, |
|
|
ElementIndex | element, |
|
|
CapacityWeight | weight ) |
◆ ComputeFeasibility()
| bool operations_research::CapacityModel::ComputeFeasibility |
( |
| ) |
const |
◆ ExportModelAsProto()
◆ GetMaximumCapacity()
| CapacityWeight operations_research::CapacityModel::GetMaximumCapacity |
( |
| ) |
const |
|
inline |
◆ GetMinimumCapacity()
| CapacityWeight operations_research::CapacityModel::GetMinimumCapacity |
( |
| ) |
const |
|
inline |
◆ GetTermCapacityWeight()
| CapacityWeight operations_research::CapacityModel::GetTermCapacityWeight |
( |
CapacityTermIndex | term | ) |
const |
|
inline |
◆ GetTermElementIndex()
| ElementIndex operations_research::CapacityModel::GetTermElementIndex |
( |
CapacityTermIndex | term | ) |
const |
|
inline |
◆ GetTermSubsetIndex()
| SubsetIndex operations_research::CapacityModel::GetTermSubsetIndex |
( |
CapacityTermIndex | term | ) |
const |
|
inline |
◆ ImportModelFromProto()
◆ num_terms()
| BaseInt operations_research::CapacityModel::num_terms |
( |
| ) |
const |
|
inline |
◆ ReserveNumTerms() [1/2]
| void operations_research::CapacityModel::ReserveNumTerms |
( |
BaseInt | num_terms | ) |
|
|
inline |
◆ ReserveNumTerms() [2/2]
| void operations_research::CapacityModel::ReserveNumTerms |
( |
CapacityTermIndex | num_terms | ) |
|
|
inline |
◆ SetMaximumCapacity()
| void operations_research::CapacityModel::SetMaximumCapacity |
( |
CapacityWeight | max_capacity | ) |
|
◆ SetMinimumCapacity()
| void operations_research::CapacityModel::SetMinimumCapacity |
( |
CapacityWeight | min_capacity | ) |
|
◆ TermRange()
| util_intops::StrongIntRange< CapacityTermIndex > operations_research::CapacityModel::TermRange |
( |
| ) |
const |
|
inline |
◆ WithMaximumWeight()
◆ WithMinimumWeight()
The documentation for this class was generated from the following files: