#include <steiner_network.hpp>
Public Member Functions | |
steiner_network_set_solution (double epsilon=steiner_network_compare_traits::EPSILON) | |
template<typename Problem , typename GetSolution > | |
void | operator() (Problem &problem, const GetSolution &solution) |
Set Solution component of the IR Steiner Network algorithm.
Definition at line 377 of file steiner_network.hpp.
|
inline |
Constructor. Takes epsilon used in double comparison.
Definition at line 381 of file steiner_network.hpp.
|
inline |
Creates the result network form the LP (all edges corresponding to columns with value 1).
Definition at line 390 of file steiner_network.hpp.