COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lgf_writer.h

    r220 r240  
    1919///\ingroup lemon_io
    2020///\file
    21 ///\brief \ref lgf-format "Lemon Graph Format" writer.
     21///\brief \ref lgf-format "LEMON Graph Format" writer.
    2222
    2323
     
    935935    bool local_os;
    936936
    937     Graph& _graph;
     937    const Graph& _graph;
    938938
    939939    std::string _nodes_caption;
Note: See TracChangeset for help on using the changeset viewer.