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

#include "StableSetSub.hh"
#include "abacus/lpsub.h"
#include "abacus/row.h"
#include "Clique.hh"
#include "CliqueConstraint.hh"
#include "CliqueHeuristicsSeparator.hh"
#include "EdgeProjection.hh"
#include "GeneralConstraint.hh"
#include "Graph.hh"
#include "ImprovementHeuristic.hh"
#include "LocalCutSeparator.hh"
#include "LowerBoundHeuristic.hh"
#include "MaxCliquesSeparator.hh"
#include "Node.hh"
#include "OddCyclesSeparator.hh"
#include "RankConstraint.hh"
#include "StableSetBranchRule.hh"
#include "StableSetLPSolution.hh"
#include "StableSetMaster.hh"
#include "StableSetModKSeparator.hh"
#include "StableSetStatistics.hh"

Go to the source code of this file.

Classes

struct  NodesAndDegree

Functions

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


Function Documentation

bool operator< const NodesAndDegree a,
const NodesAndDegree b
 

Definition at line 59 of file StableSetSub.cpp.

References NodesAndDegree::degree.

00059                                                                  {
00060         return a.degree > b.degree;
00061 }


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