|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result of transshipment problem. More...
#include <tpl_mincost.H>
Public Attributes | |
| bool | feasible {false} |
| Is there a feasible solution? | |
| Flow_Type | total_cost {0} |
| Total transportation cost. | |
| Flow_Type | total_flow {0} |
| Total flow shipped. | |
Result of transshipment problem.
Definition at line 465 of file tpl_mincost.H.
Is there a feasible solution?
Definition at line 467 of file tpl_mincost.H.
Referenced by Aleph::solve_transshipment().
| Flow_Type Aleph::TransshipmentResult< Flow_Type >::total_cost {0} |
Total transportation cost.
Definition at line 468 of file tpl_mincost.H.
Referenced by Aleph::solve_transshipment().
| Flow_Type Aleph::TransshipmentResult< Flow_Type >::total_flow {0} |
Total flow shipped.
Definition at line 469 of file tpl_mincost.H.
Referenced by Aleph::solve_transshipment().