|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result of transportation problem. More...
#include <tpl_mincost.H>
Public Attributes | |
| bool | feasible {false} |
| Cost_Type | total_cost {0} |
| std::vector< std::vector< Cost_Type > > | shipments |
| shipments[i][j] from i to j | |
Result of transportation problem.
Definition at line 710 of file tpl_mincost.H.
Definition at line 712 of file tpl_mincost.H.
Referenced by Aleph::solve_transportation().
| std::vector<std::vector<Cost_Type> > Aleph::TransportationResult< Cost_Type >::shipments |
shipments[i][j] from i to j
Definition at line 714 of file tpl_mincost.H.
Referenced by Aleph::solve_transportation().
| Cost_Type Aleph::TransportationResult< Cost_Type >::total_cost {0} |
Definition at line 713 of file tpl_mincost.H.
Referenced by Aleph::solve_transportation().