COIN-OR::LEMON - Graph Library

Changeset 1640:9c7834ac5e64 in lemon-0.x


Ignore:
Timestamp:
08/17/05 23:52:50 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2153
Message:
  • Better insertion of sources examples
  • Superfluous #include removed from reader_writer_demo.cc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • demo/reader_writer_demo.cc

    r1636 r1640  
    2727#include <iostream>
    2828#include <lemon/smart_graph.h>
    29 #include <lemon/invalid.h>
    3029#include <lemon/graph_reader.h>
    3130#include <lemon/graph_writer.h>
  • doc/getstart.dox

    r1637 r1640  
    228228program that uses library LEMON.
    229229
    230 \include hello_lemon.cc
     230\dontinclude hello_lemon.cc
     231\skip include
     232\until }
    231233
    232234First let us briefly explain how this program works.
  • doc/quicktour.dox

    r1584 r1640  
    4848convenience and we will assume them later as well.
    4949
    50 \include hello_lemon.cc
     50\dontinclude hello_lemon.cc
     51\skip include
     52\until }
    5153
    5254See the whole program in file \ref hello_lemon.cc in the \c demo subdir of
     
    9698it to the standard output.
    9799
    98 \include reader_writer_demo.cc
     100\dontinclude reader_writer_demo.cc
     101\skip include
     102\until return
     103\until }
    99104
    100105See the whole program in file \ref reader_writer_demo.cc.
Note: See TracChangeset for help on using the changeset viewer.