Skip to content

Commit

Permalink
update link for the pwl reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdullahsoyturk committed Jan 14, 2025
1 parent 71b8b29 commit 7cb3779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamspy/formulations/piecewise.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def pwl_convexity_formulation(
By default, SOS2 variables are implemented using binary variables.
See
`Modeling disjunctive constraints with a logarithmic number of binary variables and constraints
<https://www.researchgate.net/publication/225976267_Modeling_Disjunctive_Constraints_with_a_Logarithmic_Number_of_Binary_Variables_and_Constraints>`_
<https://link.springer.com/article/10.1007/s10107-009-0295-4>`_
. However, you can switch to SOS2 (Special Ordered Set Type 2) by setting the
`using` parameter to `"sos2"`.
Expand Down

0 comments on commit 7cb3779

Please sign in to comment.