COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (157 - 159 of 545)

Ticket Resolution Summary Owner Reporter
#214 fixed porting graph_to_eps.h for VS2005 Alpar Juttner Tapolcai János
Description

The attached patch can fix some compiler errors of VS2005 for graph_to_eps.h.

The GetSystemTime? function is called with different type of variables under MSDev.

#215 fixed windows.h should never be included by LEMON header files Alpar Juttner Alpar Juttner
Description

For instance, Arc is used in the global namespace by some versions of windows.h and it may cause problems in the user's code, even if they do not use windows.h directly.

I suggest putting all stuff using windows.c into a separate .cc file instead.

#219 fixed Enable <= supply requirement in Network Simplex Peter Kovacs Alpar Juttner
Description

It is purely and extension of the min. cost flow problem if we only require that the actual supply is at most the the prescription.

This extension does not require substantial change in the algorithm.

Note: See TracQuery for help on using queries.