COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 545)

Ticket Resolution Summary Owner Reporter
#101 done Extend test cases for various tools Peter Kovacs Peter Kovacs
Description

Some test programs should be extended.

  • random_test.cc
  • path_test.cc
  • unionfind_test.cc (UnionFind, ExtendFindEnum, HeapUnionFind)
  • graph_utils_test.cc (SourceMap, TargetMap, ForwardMap, BackwardMap, IdMap, InvertableMap etc.)
#103 fixed LEMON or Lemon Peter Kovacs Peter Kovacs
Description

We should decide what form to use, LEMON or Lemon. In the source codes all instances should be replaced with a script.

#110 fixed graphToEps() improvements Alpar Juttner Peter Kovacs
Description
  1. The members of GraphToEps should be grouped in the documentation since there are so many functions. E.g. Node Options, Arc Options, Scaling etc.
  2. The GraphToEps::run() function should be revised. There are \todo commands recommending better epsilon and other improvements.
  3. The demo file graph_to_eps_demo.cc should also be revised. It does not conforms to #27.
    • It should read the graph and all the maps from an LGF file.
    • It would be nice, if it created only one EPS file using options that can be set with command line parameters. However it would be difficult since the graphToEps() function interface does not support incremental option setting as class interfaces do.
Note: See TracQuery for help on using queries.