christofides.h File Reference

Go to the source code of this file.

Classes

class  operations_research::ChristofidesPathSolver< CostType, ArcIndex, NodeIndex, CostFunction >
 

Namespaces

 operations_research
 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
 

Functions

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...