Generated on Sat Feb 7 2015 02:01:38 for Gecode by doxygen 1.8.9.1
SortByWeight Class Reference

Sort orders by weight. More...

Public Member Functions

 SortByWeight (order_t _orders)
 Initialize orders. More...
 
bool operator() (int i, int j)
 Sort order. More...
 

Public Attributes

order_t orders
 The orders. More...
 

Detailed Description

Sort orders by weight.

Definition at line 119 of file steel-mill.cpp.

Constructor & Destructor Documentation

SortByWeight::SortByWeight ( order_t  _orders)
inline

Initialize orders.

Definition at line 124 of file steel-mill.cpp.

Member Function Documentation

bool SortByWeight::operator() ( int  i,
int  j 
)
inline

Sort order.

Definition at line 126 of file steel-mill.cpp.

Member Data Documentation

order_t SortByWeight::orders

The orders.

Definition at line 122 of file steel-mill.cpp.


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