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

Result of transportation problem. More...

#include <tpl_mincost.H>

Collaboration diagram for Aleph::TransportationResult< Cost_Type >:
[legend]

Public Attributes

bool feasible {false}
 
Cost_Type total_cost {0}
 
std::vector< std::vector< Cost_Type > > shipments
 shipments[i][j] from i to j
 

Detailed Description

template<typename Cost_Type>
struct Aleph::TransportationResult< Cost_Type >

Result of transportation problem.

Definition at line 710 of file tpl_mincost.H.

Member Data Documentation

◆ feasible

Definition at line 712 of file tpl_mincost.H.

Referenced by Aleph::solve_transportation().

◆ shipments

template<typename Cost_Type >
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().

◆ total_cost

Definition at line 713 of file tpl_mincost.H.

Referenced by Aleph::solve_transportation().


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