lemon/lp_base.h
changeset 1610 893dacc1866c
parent 1542 0219ee65ffcc
child 1612 64f983f5a7d5
equal deleted inserted replaced
12:cd359b4d054f 13:6b35836ce262
    23 #include<cmath>
    23 #include<cmath>
    24 
    24 
    25 #include<lemon/utility.h>
    25 #include<lemon/utility.h>
    26 #include<lemon/error.h>
    26 #include<lemon/error.h>
    27 #include<lemon/invalid.h>
    27 #include<lemon/invalid.h>
    28 
       
    29 //#include"lin_expr.h"
       
    30 
    28 
    31 ///\file
    29 ///\file
    32 ///\brief The interface of the LP solver interface.
    30 ///\brief The interface of the LP solver interface.
    33 ///\ingroup gen_opt_group
    31 ///\ingroup gen_opt_group
    34 namespace lemon {
    32 namespace lemon {