coin-or / SHOT

A solver for mixed-integer nonlinear optimization problems
https://shotsolver.dev
Eclipse Public License 2.0
117 stars 25 forks source link

Description of Model.Reformulation.Constraint.PartitionNonlinearTerms option #146

Closed ZedongPeng closed 2 years ago

ZedongPeng commented 2 years ago

On the SHOT homepage, the description of Model.Reformulation.Constraint.PartitionNonlinearTerms and Model.Reformulation.ObjectiveFunction.PartitionNonlinearTerms are both

When to partition nonlinear sums in objective function

This also happens to Model.Reformulation.Constraint.PartitionQuadraticTerms and Model.Reformulation.ObjectiveFunction.PartitionQuadraticTerms. Is this correct? I thought Model.Reformulation.Constraint.PartitionNonlinearTerms means When to partition nonlinear sums in constraints.

andreaslundell commented 2 years ago

Thank you for noticing. This has now been fixed in the documentation, c.f. https://github.com/coin-or/SHOT/commit/e6ea79fce86771ae8beefc7e7f2aed4e1e2f7acf, and on the website.