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

Result of assignment problem. More...

#include <tpl_mincost.H>

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

Public Attributes

bool feasible {false}
 
Cost_Type total_cost {0}
 
DynList< std::pair< size_t, size_t > > assignments
 (worker, task) pairs
 

Detailed Description

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

Result of assignment problem.

Definition at line 577 of file tpl_mincost.H.

Member Data Documentation

◆ assignments

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

◆ feasible

Definition at line 579 of file tpl_mincost.H.

Referenced by Aleph::solve_assignment().

◆ total_cost

Definition at line 580 of file tpl_mincost.H.

Referenced by Aleph::solve_assignment().


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