|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result of assignment problem. More...
#include <tpl_mincost.H>
Public Attributes | |
| bool | feasible {false} |
| Cost_Type | total_cost {0} |
| DynList< std::pair< size_t, size_t > > | assignments |
| (worker, task) pairs | |
Result of assignment problem.
Definition at line 577 of file tpl_mincost.H.
| DynList<std::pair<size_t, size_t> > Aleph::AssignmentResult< Cost_Type >::assignments |
(worker, task) pairs
Definition at line 581 of file tpl_mincost.H.
Referenced by Aleph::solve_assignment().
Definition at line 579 of file tpl_mincost.H.
Referenced by Aleph::solve_assignment().
| Cost_Type Aleph::AssignmentResult< Cost_Type >::total_cost {0} |
Definition at line 580 of file tpl_mincost.H.
Referenced by Aleph::solve_assignment().