Generated on Sat Feb 7 2015 02:01:45 for Gecode by doxygen 1.8.9.1
Gecode::Int::BinPacking::ConflictGraph::Node Class Reference

Class for node in graph. More...

#include <bin-packing.hh>

Public Member Functions

 Node (void)
 Default constructor. More...
 

Public Attributes

NodeSet n
 The neighbors. More...
 
unsigned int d
 Degree. More...
 
unsigned int w
 Weight (initialized with degree before graph is reduced) More...
 

Detailed Description

Class for node in graph.

Definition at line 229 of file bin-packing.hh.

Constructor & Destructor Documentation

Gecode::Int::BinPacking::ConflictGraph::Node::Node ( void  )
inline

Default constructor.

Definition at line 116 of file conflict-graph.hpp.

Member Data Documentation

NodeSet Gecode::Int::BinPacking::ConflictGraph::Node::n

The neighbors.

Definition at line 232 of file bin-packing.hh.

unsigned int Gecode::Int::BinPacking::ConflictGraph::Node::d

Degree.

Definition at line 234 of file bin-packing.hh.

unsigned int Gecode::Int::BinPacking::ConflictGraph::Node::w

Weight (initialized with degree before graph is reduced)

Definition at line 236 of file bin-packing.hh.


The documentation for this class was generated from the following files: