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

Detailed Description

Definition at line 28 of file hungarian.cc.

Public Member Functions

 HungarianOptimizer (absl::Span< const std::vector< double > > costs)
void Maximize (std::vector< int > *preimage, std::vector< int > *image)
void Minimize (std::vector< int > *preimage, std::vector< int > *image)

Constructor & Destructor Documentation

◆ HungarianOptimizer()

operations_research::HungarianOptimizer::HungarianOptimizer ( absl::Span< const std::vector< double > > costs)
explicit

Definition at line 207 of file hungarian.cc.

Member Function Documentation

◆ Maximize()

void operations_research::HungarianOptimizer::Maximize ( std::vector< int > * preimage,
std::vector< int > * image )

Definition at line 273 of file hungarian.cc.

◆ Minimize()

void operations_research::HungarianOptimizer::Minimize ( std::vector< int > * preimage,
std::vector< int > * image )

Definition at line 288 of file hungarian.cc.


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