lp.dox
changeset 60 202688f8024a
parent 57 18404ec968ca
equal deleted inserted replaced
6:2383b910b5c6 7:949c41627e48
    79 you would obtain an LP problem, for which the objective function value
    79 you would obtain an LP problem, for which the objective function value
    80 is unbounded over the feasible solutions. Thus the program would print
    80 is unbounded over the feasible solutions. Thus the program would print
    81 out this line.
    81 out this line.
    82 
    82 
    83 \code
    83 \code
    84   Optimal solution found.
    84   Optimal solution not found.
    85 \endcode
    85 \endcode
    86 
    86 
    87 If you would like to build linear expressions or constraints in more steps,
    87 If you would like to build linear expressions or constraints in more steps,
    88 then you can use the classes \ref LpBase::Expr "Lp::Expr" and
    88 then you can use the classes \ref LpBase::Expr "Lp::Expr" and
    89 \ref LpBase::Constr "Lp::Constr". For example, this line
    89 \ref LpBase::Constr "Lp::Constr". For example, this line