Bugfix regarding the feasible flag

This commit is contained in:
okoenig 2004-03-28 22:18:03 +00:00
commit 3276d502ea

View file

@ -131,8 +131,6 @@ public:
else
front() = v;
feasible=true;
return *this;
}