Bugfix regarding the feasible flag
This commit is contained in:
parent
4bdccb3dae
commit
3276d502ea
1 changed files with 1 additions and 3 deletions
|
|
@ -130,9 +130,7 @@ public:
|
|||
push_back( v );
|
||||
else
|
||||
front() = v;
|
||||
|
||||
feasible=true;
|
||||
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue