demo/lp_demo.cc
changeset 1681 84e43c7ca1e3
parent 1636 260ac104190f
child 1875 98698b69a902
equal deleted inserted replaced
5:154e9dcc575a 6:9d93527abc2c
    21 /// This program is a simple application of the LEMON LP solver
    21 /// This program is a simple application of the LEMON LP solver
    22 /// interface: we formulate a linear programming (LP) problem and then
    22 /// interface: we formulate a linear programming (LP) problem and then
    23 /// solve it using the underlying solver (GLPK or CPLEX for
    23 /// solve it using the underlying solver (GLPK or CPLEX for
    24 /// example). For the detailed documentation of the LEMON LP solver
    24 /// example). For the detailed documentation of the LEMON LP solver
    25 /// interface read \ref lemon::LpSolverBase "this".
    25 /// interface read \ref lemon::LpSolverBase "this".
       
    26 ///
       
    27 /// \include lp_demo.cc
    26 
    28 
    27 #include <lemon/lp.h>
    29 #include <lemon/lp.h>
    28 
    30 
    29 #include <iostream>
    31 #include <iostream>
    30 
    32