COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of Ticket #173


Ignore:
Timestamp:
11/11/08 11:21:53 (16 years ago)
Author:
Alpar Juttner
Comment:

[c4aa9f097ef1] fixes this error by

  • changing using double as the parameters and return value of operator() instead of a template parameters.
  • I just removed real<Num>(Num) and real<Num>(Num,Num), as they suffer from the same problem and they are of no practical use.

Please review the path so that it could be merge to the main as well as the 1.0 branch.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #173

    • Property Priority changed from major to critical
    • Property Status changed from new to assigned
  • Ticket #173 – Description

    initial v1  
    1 If you call the operator() with integer values, it will give faulty result (i.e. it is 0 all the time)
     1If you call the operator() with an integer value, it will give faulty result (i.e. it is 0 all the time)