COIN-OR::LEMON - Graph Library

Changeset 1583:2b329fd595ef in lemon-0.x for demo/lp_maxflow_demo.cc


Ignore:
Timestamp:
07/22/05 17:15:29 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2085
Message:

Documented some more demo programs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • demo/lp_maxflow_demo.cc

    r1577 r1583  
    1919///\brief Max flow problem solved with an LP solver (demo).
    2020///
    21 ///This demo program shows how to solve a maximum (or maximal) flow
    22 ///problem using the LEMON LP solver interface. We would like to lay
    23 ///the emphasis on the simplicity of the way one can formulate the LP
    24 ///constraints with LEMON that arise in graph theory.
     21/// This demo program shows how to solve a maximum (or maximal) flow
     22/// problem using the LEMON LP solver interface. We would like to lay
     23/// the emphasis on the simplicity of the way one can formulate LP
     24/// constraints that arise in graph theory in our library LEMON .
    2525
    2626#ifdef HAVE_CONFIG_H
Note: See TracChangeset for help on using the changeset viewer.