All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::ir::ga_set_solution Struct Reference

#include <generalised_assignment.hpp>

Public Member Functions

template<typename Problem , typename GetSolution >
void operator() (Problem &problem, const GetSolution &solution)
 

Detailed Description

Set Solution component of the IR Generalised Assignment algorithm.

Definition at line 51 of file generalised_assignment.hpp.

Member Function Documentation

template<typename Problem , typename GetSolution >
void paal::ir::ga_set_solution::operator() ( Problem &  problem,
const GetSolution &  solution 
)
inline

Creates the result assignment form the LP (all edges with value 1).

Definition at line 56 of file generalised_assignment.hpp.


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