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

parquetfp::sort_slacks Struct Reference

#include <Annealer.h>

List of all members.

Public Member Functions

bool operator() (Point pt1, Point pt2)


Member Function Documentation

bool parquetfp::sort_slacks::operator() Point  pt1,
Point  pt2
[inline]
 

Definition at line 139 of file Annealer.h.

References parquetfp::Point::x.

00140          {
00141             return (pt1.x < pt2.x);
00142          }


The documentation for this struct was generated from the following file:
Generated on Mon Apr 25 01:18:36 2005 for Parquete by doxygen 1.3.2