MPQC
3.0.0-alpha
|
Public Member Functions | |
AssignmentBinRow (uint id, bool is_df) | |
void | assign_item (const boost::shared_ptr< AssignableItem > &item) |
void | add_bin (boost::shared_ptr< AssignmentBin > const &bin) |
void | make_assignments () |
bool | operator< (const AssignmentBinRow &other) const |
Public Attributes | |
bool | is_df_row |
uli | estimated_workload = 0 |
std::vector< boost::shared_ptr< AssignableItem > > | assigned_items |
ptr_priority_queue< boost::shared_ptr< AssignmentBin >, detail::more_work > | bins |
uint | id |
priority_queue< AssignmentBinRow >::handle_type | pq_handle |