Hello,<div><br></div><div>I am trying to use Preflow class for a path decomposition problem. The Preflow template class compiles successfully but fails to link if it is used with float as below:</div><div>Preflow<ListDigraph,ListDigraph::ArcMap< <b>float</b> > >  - link failure</div>

<div>Preflow<ListDigraph,ListDigraph::ArcMap< <b>int</b> > >  - links successfully<br clear="all"><br></div><div>and the link error is as below:</div><div>In function `lemon::Tolerance<float>::Tolerance()':</div>

<div>(.text._ZN5lemon9ToleranceIfEC1Ev[lemon::Tolerance<float>::Tolerance()]+0x5): undefined reference to `lemon::Tolerance<float>::def_epsilon'<br><br></div><div>Anyone else faced with the same problem? Any solutions?</div>

<div><br></div><div>Thanks,</div><div>-- <br>Arun <br>
</div>