File tree Expand file tree Collapse file tree
doc/OnlineDocs/explanation/solvers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Three algorithms are available in GDPopt:
2020
2121Usage 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
2525Credit for prototyping and development can be found in the ``GDPopt `` class documentation, below.
2626
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ The following algorithms are currently available in MindtPy:
1717
1818Usage 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 >`_).
2121This solver implementation has been developed by `David Bernal <https://github.com/bernalde >`_
2222and `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/ >`_
2424at Purdue University and Carnegie Mellon University.
2525
2626.. _Duran & Grossmann, 1986 : https://dx.doi.org/10.1007/BF02592064
Original file line number Diff line number Diff line change 1313Taken from Example 1 of the paper "New Algorithms for Nonlinear Generalized Disjunctive Programming" by Lee and Grossmann
1414
1515This 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
You can’t perform that action at this time.
0 commit comments