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