lemon/lp_base.h
changeset 1439 2c43106bef85
parent 1436 e0beb94d08bf
child 1445 4635352e5524
     1.1 --- a/lemon/lp_base.h	Thu May 26 15:33:16 2005 +0000
     1.2 +++ b/lemon/lp_base.h	Thu May 26 16:32:26 2005 +0000
     1.3 @@ -184,7 +184,7 @@
     1.4        typedef True LpSolverRow;
     1.5        Row() {}
     1.6        Row(const Invalid&) : id(-1) {}
     1.7 -      typedef True LpSolverRow;
     1.8 +
     1.9        bool operator<(Row c) const  {return id<c.id;}
    1.10        bool operator==(Row c) const  {return id==c.id;}
    1.11        bool operator!=(Row c) const  {return id==c.id;}