lemon/lp_base.h
changeset 1610 893dacc1866c
parent 1542 0219ee65ffcc
child 1612 64f983f5a7d5
     1.1 --- a/lemon/lp_base.h	Mon Aug 01 20:20:43 2005 +0000
     1.2 +++ b/lemon/lp_base.h	Mon Aug 01 21:16:08 2005 +0000
     1.3 @@ -26,8 +26,6 @@
     1.4  #include<lemon/error.h>
     1.5  #include<lemon/invalid.h>
     1.6  
     1.7 -//#include"lin_expr.h"
     1.8 -
     1.9  ///\file
    1.10  ///\brief The interface of the LP solver interface.
    1.11  ///\ingroup gen_opt_group