Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ algorithms/

or-tools/src/algorithms/hungarian.cc File Reference

#include "algorithms/hungarian.h"
#include <algorithm>
#include <cstdio>
#include <limits>

Go to the source code of this file.

Namespaces

namespace  operations_research

Classes

class  operations_research::HungarianOptimizer

Functions

void operations_research::MinimizeLinearAssignment (const std::vector< std::vector< double > > &cost, hash_map< int, int > *direct_assignment, hash_map< int, int > *reverse_assignment)
void operations_research::MaximizeLinearAssignment (const std::vector< std::vector< double > > &cost, hash_map< int, int > *direct_assignment, hash_map< int, int > *reverse_assignment)