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

#include <tree_augmentation.hpp>

Public Member Functions

 ta_set_solution (double epsilon=ta_compare_traits::EPSILON)
 
template<typename Problem , typename GetSolution >
void operator() (Problem &problem, const GetSolution &solution)
 

Detailed Description

Set Solution component of the IR Tree Augmentation algorithm.

Definition at line 135 of file tree_augmentation.hpp.

Constructor & Destructor Documentation

paal::ir::ta_set_solution::ta_set_solution ( double  epsilon = ta_compare_traits::EPSILON)
inline

Constructor. Takes epsilon used in double comparison.

Definition at line 139 of file tree_augmentation.hpp.

Member Function Documentation

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

Creates the result form the LP (all edges corresponding to columns with value 1).

Definition at line 147 of file tree_augmentation.hpp.


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