Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members

BaseAnnealer::SolutionInfo Class Reference

#include <baseannealer.h>

Collaboration diagram for BaseAnnealer::SolutionInfo:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SolutionInfo ()

Public Attributes

double area
double width
double height
double HPWL

Constructor & Destructor Documentation

BaseAnnealer::SolutionInfo::SolutionInfo  )  [inline]
 

Definition at line 87 of file baseannealer.h.

References area, height, HPWL, and width.

00088          : area(UNINITIALIZED),
00089            width(UNINITIALIZED),
00090            height(UNINITIALIZED),
00091            HPWL(UNINITIALIZED) {}


Member Data Documentation

double BaseAnnealer::SolutionInfo::area
 

Definition at line 93 of file baseannealer.h.

Referenced by Parquet::go(), BaseAnnealer::printResults(), and SolutionInfo().

double BaseAnnealer::SolutionInfo::height
 

Definition at line 95 of file baseannealer.h.

Referenced by Parquet::go(), BaseAnnealer::printResults(), and SolutionInfo().

double BaseAnnealer::SolutionInfo::HPWL
 

Definition at line 96 of file baseannealer.h.

Referenced by Parquet::go(), BaseAnnealer::printResults(), and SolutionInfo().

double BaseAnnealer::SolutionInfo::width
 

Definition at line 94 of file baseannealer.h.

Referenced by Parquet::go(), BaseAnnealer::printResults(), and SolutionInfo().


The documentation for this class was generated from the following file:
Generated on Mon Apr 25 01:12:53 2005 for Parquete by doxygen 1.3.2