Bugfix.
authorathos
Thu, 09 Jun 2005 15:12:01 +0000
changeset 14619f99ede44d59
parent 1460 7c58aabb9eea
child 1462 c28e6ac3705c
Bugfix.
lemon/lp_base.h
     1.1 --- a/lemon/lp_base.h	Thu Jun 09 15:03:58 2005 +0000
     1.2 +++ b/lemon/lp_base.h	Thu Jun 09 15:12:01 2005 +0000
     1.3 @@ -139,7 +139,7 @@
     1.4      };
     1.5  
     1.6        ///\e The type of the investigated LP problem
     1.7 -      enum Problemtypes {
     1.8 +      enum ProblemTypes {
     1.9  	  ///Primal-dual feasible
    1.10  	  PRIMAL_DUAL_FEASIBLE = 0,
    1.11  	  ///Primal feasible dual infeasible