diff --git a/headers/libs/linprog/Constraint.h b/headers/libs/linprog/Constraint.h index ac2a0103cf..7abda49165 100644 --- a/headers/libs/linprog/Constraint.h +++ b/headers/libs/linprog/Constraint.h @@ -31,6 +31,8 @@ public: int32 Index() const; SummandList* LeftSide(); + /*! This just overwrites the current list. The caller has to take + care about the old left side, i.e. delete it. */ void SetLeftSide(SummandList* summands); void SetLeftSide(double coeff1, Variable* var1);