tools.dox
changeset 36 199a65b64d90
parent 31 02083323ff2c
child 45 725c60c7492d
equal deleted inserted replaced
0:e4e81a356e87 1:9961a87549b6
     1 /* -*- mode: C++; indent-tabs-mode: nil; -*-
     1 /* -*- mode: C++; indent-tabs-mode: nil; -*-
     2  *
     2  *
     3  * This file is a part of LEMON, a generic C++ optimization library.
     3  * This file is a part of LEMON, a generic C++ optimization library.
     4  *
     4  *
     5  * Copyright (C) 2003-2009
     5  * Copyright (C) 2003-2010
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).
     8  *
     8  *
     9  * Permission to use, modify and distribute this software is granted
     9  * Permission to use, modify and distribute this software is granted
    10  * provided that this copyright notice appears in all copies. For
    10  * provided that this copyright notice appears in all copies. For
    43 Another nice feature of the library is \ref graphToEps(), a highly
    43 Another nice feature of the library is \ref graphToEps(), a highly
    44 configurable graph displaying tool (using EPS output format).
    44 configurable graph displaying tool (using EPS output format).
    45 Originally, it was developed to evaluate the flexibility and scalability
    45 Originally, it was developed to evaluate the flexibility and scalability
    46 of LEMON's approach to implement named parameters. Later it
    46 of LEMON's approach to implement named parameters. Later it
    47 has been evolved into a versatile tool featuring above 35 named
    47 has been evolved into a versatile tool featuring above 35 named
    48 parameters. The following code demonstrates its typical use. 
    48 parameters. The following code demonstrates its typical use.
    49 
    49 
    50 \code
    50 \code
    51   graphToEps(g, "graph.eps")
    51   graphToEps(g, "graph.eps")
    52     .coords(coords)
    52     .coords(coords)
    53     .title("Sample EPS figure")
    53     .title("Sample EPS figure")