![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 225 of file linear_assignment.h.
#include <linear_assignment.h>
Public Types | |
| typedef GraphType::NodeIndex | NodeIndex |
| typedef GraphType::ArcIndex | ArcIndex |
| typedef CostValue | CostValueT |
| typedef GraphType::ArcIndex operations_research::LinearSumAssignment< GraphType, CostValue >::ArcIndex |
Definition at line 228 of file linear_assignment.h.
| typedef CostValue operations_research::LinearSumAssignment< GraphType, CostValue >::CostValueT |
Definition at line 229 of file linear_assignment.h.
| typedef GraphType::NodeIndex operations_research::LinearSumAssignment< GraphType, CostValue >::NodeIndex |
Definition at line 227 of file linear_assignment.h.
| operations_research::LinearSumAssignment< GraphType, CostValue >::LinearSumAssignment | ( | const GraphType & | graph, |
| NodeIndex | num_left_nodes ) |
Definition at line 935 of file linear_assignment.h.
| operations_research::LinearSumAssignment< GraphType, CostValue >::LinearSumAssignment | ( | NodeIndex | num_left_nodes, |
| ArcIndex | num_arcs ) |
Definition at line 958 of file linear_assignment.h.
|
delete |
|
inline |
Definition at line 246 of file linear_assignment.h.
| PermutationCycleHandler< typename GraphType::ArcIndex > * operations_research::LinearSumAssignment< GraphType, CostValue >::ArcAnnotationCycleHandler | ( | ) |
Definition at line 1057 of file linear_assignment.h.
|
inline |
Definition at line 280 of file linear_assignment.h.
|
inline |
Definition at line 349 of file linear_assignment.h.
| bool operations_research::LinearSumAssignment< GraphType, CostValue >::ComputeAssignment | ( | ) |
Definition at line 1404 of file linear_assignment.h.
| bool operations_research::LinearSumAssignment< GraphType, CostValue >::EpsilonOptimal | ( | ) | const |
Definition at line 1314 of file linear_assignment.h.
| bool operations_research::LinearSumAssignment< GraphType, CostValue >::FinalizeSetup | ( | ) |
Definition at line 1345 of file linear_assignment.h.
|
inline |
Definition at line 327 of file linear_assignment.h.
|
inline |
Definition at line 334 of file linear_assignment.h.
| CostValue operations_research::LinearSumAssignment< GraphType, CostValue >::GetCost | ( | ) | const |
Definition at line 1429 of file linear_assignment.h.
|
inline |
Definition at line 339 of file linear_assignment.h.
|
inline |
Definition at line 270 of file linear_assignment.h.
|
inline |
Definition at line 276 of file linear_assignment.h.
|
inline |
Definition at line 324 of file linear_assignment.h.
|
inline |
Definition at line 312 of file linear_assignment.h.
|
delete |
| void operations_research::LinearSumAssignment< GraphType, CostValue >::SetArcCost | ( | ArcIndex | arc, |
| CostValue | cost ) |
Definition at line 981 of file linear_assignment.h.
|
inline |
Definition at line 258 of file linear_assignment.h.
|
inline |
Definition at line 251 of file linear_assignment.h.
|
inline |
Definition at line 346 of file linear_assignment.h.