10 throw std::runtime_error("[Constraint<Function>::UpdatableSlackVariable::updateSize] Change of dimension for a function linked to a slack variable is not implemented");
11 }
12
13 void Constraint<Function>::makeSlacked()
14 {
15 if (!isSlacked())
16 _slack = new UpdatableSlackVariable(_function);