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

or-tools/src/graph/cliques.h File Reference

#include <vector>
#include "base/callback.h"
#include "base/scoped_ptr.h"

Go to the source code of this file.

Namespaces

namespace  operations_research

Functions

void operations_research::FindCliques (ResultCallback2< bool, int, int > *const graph, int node_count, ResultCallback1< bool, const std::vector< int > & > *const callback)
 namespace
void operations_research::CoverArcsByCliques (ResultCallback2< bool, int, int > *const graph, int node_count, ResultCallback1< bool, const std::vector< int > & > *const callback)
 Covers the maximum number of arcs of the graph with cliques.