Skip to content

Commit 6e71dec

Browse files
authored
Merge pull request #3544 from mrmundt/url-update
Correct URLs to use https
2 parents fc9559f + cf96987 commit 6e71dec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/OnlineDocs/explanation/solvers/gdpopt.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Three algorithms are available in GDPopt:
2020

2121
Usage and implementation details for GDPopt can be found in the PSE 2018 paper
2222
(`Chen et al., 2018`_), or via its
23-
`preprint <http://egon.cheme.cmu.edu/Papers/Chen_Pyomo_GDP_PSE2018.pdf>`_.
23+
`preprint <https://egon.cheme.cmu.edu/Papers/Chen_Pyomo_GDP_PSE2018.pdf>`_.
2424

2525
Credit for prototyping and development can be found in the ``GDPopt`` class documentation, below.
2626

doc/OnlineDocs/explanation/solvers/mindtpy.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ The following algorithms are currently available in MindtPy:
1717

1818
Usage and early implementation details for MindtPy can be found in the PSE 2018 paper Bernal et al.,
1919
(`ref <https://doi.org/10.1016/B978-0-444-64241-7.50144-0>`_,
20-
`preprint <http://egon.cheme.cmu.edu/Papers/Bernal_Chen_MindtPy_PSE2018Paper.pdf>`_).
20+
`preprint <https://egon.cheme.cmu.edu/Papers/Bernal_Chen_MindtPy_PSE2018Paper.pdf>`_).
2121
This solver implementation has been developed by `David Bernal <https://github.com/bernalde>`_
2222
and `Zedong Peng <https://github.com/ZedongPeng>`_ as part of research efforts at the `Bernal Research Group
23-
<https://bernalde.github.io/>`_ and the `Grossmann Research Group <http://egon.cheme.cmu.edu/>`_
23+
<https://bernalde.github.io/>`_ and the `Grossmann Research Group <https://egon.cheme.cmu.edu/>`_
2424
at Purdue University and Carnegie Mellon University.
2525

2626
.. _Duran & Grossmann, 1986: https://dx.doi.org/10.1007/BF02592064

examples/gdp/small_lit/ex1_Lee.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Taken from Example 1 of the paper "New Algorithms for Nonlinear Generalized Disjunctive Programming" by Lee and Grossmann
1414
1515
This GDP problem has one disjunction containing three terms, and exactly one of them must be true. The literature can be found here:
16-
http://egon.cheme.cmu.edu/Papers/LeeNewAlgo.pdf
16+
https://egon.cheme.cmu.edu/Papers/LeeNewAlgo.pdf
1717
1818
"""
1919

0 commit comments

Comments
 (0)