Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <vector>
#include "absl/container/flat_hash_map.h"
#include "absl/types/span.h"
Go to the source code of this file.
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |
Functions | |
void | operations_research::MinimizeLinearAssignment (absl::Span< const std::vector< double > > cost, absl::flat_hash_map< int, int > *direct_assignment, absl::flat_hash_map< int, int > *reverse_assignment) |
See IMPORTANT NOTE at the top of the file. | |
void | operations_research::MaximizeLinearAssignment (absl::Span< const std::vector< double > > cost, absl::flat_hash_map< int, int > *direct_assignment, absl::flat_hash_map< int, int > *reverse_assignment) |
See IMPORTANT NOTE at the top of the file. | |