COIN-OR::LEMON - Graph Library

Changeset 1619:f0700b9e6418 in lemon-0.x for doc


Ignore:
Timestamp:
08/10/05 21:23:51 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2127
Message:

X function -> function X

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/named-param.dox

    r1536 r1619  
    1 /*!
     1*!
    22
    33\page named-param Named Parameters
     
    4545We have to define a class, let's call it named_fn.  Let us assume that
    4646we would like to use a parameter, called X. In the named_fn class we
    47 have to define an _X attribute, and an X function. The function
     47have to define an _X attribute, and a function X. The function
    4848expects a parameter with the type of _X, and sets the value of
    4949_X. After setting the value the function returns the class itself. The
     
    5454
    5555If we instantiate this class, the default values will be set for the
    56 attributes (originally the parameters), initially. If we call the X
    57 function, we get a class with the modified parameter value of
     56attributes (originally the parameters), initially. If we call function
     57X, we get a class with the modified parameter value of
    5858X. Therefore we can modify any parameter-value, independent from the
    5959order. To run the algorithm we have to call the run() function at the
Note: See TracChangeset for help on using the changeset viewer.