COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (124 - 126 of 545)

Ticket Resolution Summary Owner Reporter
#245 fixed Fixes in the scripts Peter Kovacs Peter Kovacs
Description

The attached changesets contain fixes for the scripts.

#248 fixed Various doc improvements Peter Kovacs Peter Kovacs
#250 done Extensions for the interface of paths Peter Kovacs Peter Kovacs
Description
  1. Path structures have a function nth(int n) for getting the n th arc of the path. I suggest operator[] as an alias for this function.
  1. It would be nice to have source() and target() functions for paths. But it raise questions.
    • Is it necessary that all the arcs in a path are directed in the same direction? Or we could store oppositely directed arc in a path as well? How should we define the source/target? Would the source node be equal to gr.source(path.front()) and the target to gr.target(path.back())?
    • Should paths store source and target nodes explicitly? It would make it possible to handle paths of zero length (with a specified starting node).
Note: See TracQuery for help on using queries.