File tree 3 files changed +4
-4
lines changed
doc/OnlineDocs/explanation/solvers
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Three algorithms are available in GDPopt:
20
20
21
21
Usage and implementation details for GDPopt can be found in the PSE 2018 paper
22
22
(`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 >`_.
24
24
25
25
Credit for prototyping and development can be found in the ``GDPopt `` class documentation, below.
26
26
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ The following algorithms are currently available in MindtPy:
17
17
18
18
Usage and early implementation details for MindtPy can be found in the PSE 2018 paper Bernal et al.,
19
19
(`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 >`_).
21
21
This solver implementation has been developed by `David Bernal <https://github.com/bernalde >`_
22
22
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/ >`_
24
24
at Purdue University and Carnegie Mellon University.
25
25
26
26
.. _Duran & Grossmann, 1986 : https://dx.doi.org/10.1007/BF02592064
Original file line number Diff line number Diff line change 13
13
Taken from Example 1 of the paper "New Algorithms for Nonlinear Generalized Disjunctive Programming" by Lee and Grossmann
14
14
15
15
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
17
17
18
18
"""
19
19
You can’t perform that action at this time.
0 commit comments