COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (184 - 186 of 545)

Ticket Resolution Summary Owner Reporter
#267 fixed Revise the interface of MinCostArborescence Peter Kovacs Peter Kovacs
Description
  1. Check the interface (and the documentaton).
  2. Rename DefXyz template named pramaters to SetXyz.
#268 fixed min_cost_flow_test.cc does not compile with VS2005 Peter Kovacs Akos Ladanyi
Description
Compiling...
min_cost_flow_test.cc
Z:\lemon-lp-final\lemon/network_simplex.h(1228) : error C2668: 'sqrt' : ambiguous call to overloaded function
        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(581): could be 'long double sqrt(long double)'
        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(533): or 'float sqrt(float)'
        C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(128): or 'double sqrt(double)'
        while trying to match the argument list '(int)'
        Z:\lemon-lp-final\lemon/network_simplex.h(1062) : while compiling class template member function 'bool lemon::NetworkSimplex<GR,F,C>::init(void)'
        with
        [
            GR=GR,
            F=Flow,
            C=Cost
        ]
        ..\..\test\min_cost_flow_test.cc(274) : see reference to class template instantiation 'lemon::NetworkSimplex<GR,F,C>' being compiled
        with
        [
            GR=GR,
            F=Flow,
            C=Cost
        ]
Z:\lemon-lp-final\lemon/network_simplex.h(1228) : fatal error C1903: unable to recover from previous error(s); stopping compilation
#270 fixed Support infinite and negative data in NetworkSimplex Peter Kovacs Peter Kovacs
Description

It would be nice to support infinte capacities (upper bounds), negative lower and upper bounds and negative costs in NetworkSimplex (and in Circulation as well).

Note: See TracQuery for help on using queries.