C:/Programme/home/Administrator/CD/stableSetCode/LowerBoundHeuristic.cpp File Reference

#include "LowerBoundHeuristic.hh"
#include "Graph.hh"
#include "StableSetMaster.hh"
#include "StableSetStatistics.hh"

Go to the source code of this file.

Classes

struct  NodesAndWeights

Functions

bool operator< (const NodesAndWeights &a, const NodesAndWeights &b)


Function Documentation

bool operator< const NodesAndWeights a,
const NodesAndWeights b
 

Definition at line 42 of file LowerBoundHeuristic.cpp.

References NodesAndWeights::wweight.

00042                                                                    {
00043         return a.wweight > b.wweight;
00044 }


Generated on Fri Apr 28 15:50:00 2006 for Branch and Cut algorithm for the Maximum Stable Set Problem by  doxygen 1.4.6-NO