#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) |
Set Solution component of the IR Tree Augmentation algorithm.
Definition at line 135 of file tree_augmentation.hpp.
|
inline |
Constructor. Takes epsilon used in double comparison.
Definition at line 139 of file tree_augmentation.hpp.
|
inline |
Creates the result form the LP (all edges corresponding to columns with value 1).
Definition at line 147 of file tree_augmentation.hpp.