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

#include "LocalCutSeparator.hh"
#include "abacus/array.h"
#include "abacus/row.h"
#include "abacus/cplexif.h"
#include "GeneralConstraint.hh"
#include "Graph.hh"
#include "MaxCliquesSeparator.hh"
#include "StableSetLPSolution.hh"
#include "StableSetMaster.hh"
#include <vector>

Go to the source code of this file.

Classes

struct  NodesAndWeights2

Functions

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


Function Documentation

bool operator< const NodesAndWeights2 a,
const NodesAndWeights2 b
 

Definition at line 49 of file LocalCutSeparator.cpp.

References NodesAndWeights2::wweight.

00049                                                                      {
00050         return a.wweight > b.wweight;
00051 }


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