COIN-OR::LEMON - Graph Library

Changeset 1908:e225719bde6b in lemon-0.x


Ignore:
Timestamp:
01/26/06 07:44:22 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2483
Message:

Better doc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_base.h

    r1900 r1908  
    233233    ///- Numbers (<tt>double</tt>'s)
    234234    ///and variables (\ref Col "Col"s) directly convert to an
    235     ///\ref Expr and the usual linear operations are defined so 
     235    ///\ref Expr and the usual linear operations are defined, so 
    236236    ///\code
    237237    ///v+w
     
    359359    ///  and thus they can be used directly e.g. in \ref addRow() whenever
    360360    ///  it makes sense.
    361     ///  \code
     361    ///\code
    362362    ///  e<=s
    363363    ///  e<=f
     364    ///  e==f
    364365    ///  s<=e<=t
    365366    ///  e>=t
    366     ///  \endcode
     367    ///\endcode
    367368    ///\warning The validity of a constraint is checked only at run time, so
    368369    ///e.g. \ref addRow(<tt>x[1]\<=x[2]<=5</tt>) will compile, but will throw a
     
    464465    ///- Numbers (<tt>double</tt>'s)
    465466    ///and variables (\ref Row "Row"s) directly convert to an
    466     ///\ref DualExpr and the usual linear operations are defined so 
     467    ///\ref DualExpr and the usual linear operations are defined, so
    467468    ///\code
    468469    ///v+w
Note: See TracChangeset for help on using the changeset viewer.