Go to the source code of this file.
|
| | operations_research |
| | Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
|
| |
|
| template<typename WeightFunctionType , typename GraphType > |
| std::vector< typename GraphType::ArcIndex > | operations_research::ComputeMinimumWeightMatchingWithMIP (const GraphType &graph, const WeightFunctionType &weight) |
| | Computes a minimum weight perfect matching on an undirected graph using a Mixed Integer Programming model. More...
|
| |