COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 545)

Ticket Resolution Summary Owner Reporter
#120 fixed Review INSTALL and README files Akos Ladanyi Alpar Juttner
Description
  • INSTALL
    • description on ./configure flags
    • make targets
    • write something about --prefix
  • README
    • Directory structure and supplementary files
#121 fixed Update the NEWS file Akos Ladanyi Alpar Juttner
Description

I've no idea in which branch it should be done.

#122 fixed 'Node' or 'const Node&' parameters Alpar Juttner Peter Kovacs
Description

Which syntax should be used if a function needs a node/arc/edge parameter? Which one is better and why?

  • Node n, Arc a, Edge e
  • const Node &n, const Arc &a, const Edge &e
Note: See TracQuery for help on using queries.