Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::TransshipmentResult< Flow_Type > Struct Template Reference

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.
 

Detailed Description

template<typename Flow_Type>
struct Aleph::TransshipmentResult< Flow_Type >

Result of transshipment problem.

Definition at line 465 of file tpl_mincost.H.

Member Data Documentation

◆ feasible

Is there a feasible solution?

Definition at line 467 of file tpl_mincost.H.

Referenced by Aleph::solve_transshipment().

◆ total_cost

Total transportation cost.

Definition at line 468 of file tpl_mincost.H.

Referenced by Aleph::solve_transshipment().

◆ total_flow

Total flow shipped.

Definition at line 469 of file tpl_mincost.H.

Referenced by Aleph::solve_transshipment().


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