demo/lp_maxflow_demo.cc
changeset 1586 1a8630f2e944
parent 1577 15098fb5275c
child 1610 893dacc1866c
equal deleted inserted replaced
5:a4b3962b8af6 6:ca6f2e7d8ec5
    16 
    16 
    17 ///\ingroup demos
    17 ///\ingroup demos
    18 ///\file
    18 ///\file
    19 ///\brief Max flow problem solved with an LP solver (demo).
    19 ///\brief Max flow problem solved with an LP solver (demo).
    20 ///
    20 ///
    21 ///This demo program shows how to solve a maximum (or maximal) flow
    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
    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
    23 /// the emphasis on the simplicity of the way one can formulate LP
    24 ///constraints with LEMON that arise in graph theory.
    24 /// constraints that arise in graph theory in our library LEMON .
    25 
    25 
    26 #ifdef HAVE_CONFIG_H
    26 #ifdef HAVE_CONFIG_H
    27 #include <config.h>
    27 #include <config.h>
    28 #endif
    28 #endif
    29 
    29