Skip to content

Commit ca75c27

Browse files
authored
Merge pull request #3211 from mrmundt/pyomo-book
Add links to the Pyomo Book Springer page
2 parents de5299e + e17f275 commit ca75c27

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ version, we will remove testing for that Python version.
7171

7272
### Tutorials and Examples
7373

74+
* [Pyomo — Optimization Modeling in Python](https://link.springer.com/book/10.1007/978-3-030-68928-5)
7475
* [Pyomo Workshop Slides](https://github.com/Pyomo/pyomo-tutorials/blob/main/Pyomo-Workshop-December-2023.pdf)
7576
* [Prof. Jeffrey Kantor's Pyomo Cookbook](https://jckantor.github.io/ND-Pyomo-Cookbook/)
7677
* The [companion notebooks](https://mobook.github.io/MO-book/intro.html)

Diff for: doc/OnlineDocs/bibliography.rst

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Bibliography
3939
John D. Siirola, Jean-Paul Watson, and David L. Woodruff.
4040
Pyomo - Optimization Modeling in Python, 3rd Edition.
4141
Vol. 67. Springer, 2021.
42+
doi: `10.1007/978-3-030-68928-5
43+
<https://doi.org/10.1007/978-3-030-68928-5>`_
4244
4345
.. [PyomoJournal] William E. Hart, Jean-Paul Watson, David L. Woodruff.
4446
"Pyomo: modeling and solving mathematical programs in

Diff for: doc/OnlineDocs/tutorial_examples.rst

+10-7
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ Pyomo Tutorial Examples
33

44
Additional Pyomo tutorials and examples can be found at the following links:
55

6-
`Pyomo Workshop Slides and Exercises
7-
<https://github.com/Pyomo/pyomo-tutorials>`_
6+
* `Pyomo — Optimization Modeling in Python
7+
<https://link.springer.com/book/10.1007/978-3-030-68928-5>`_ ([PyomoBookIII]_)
88

9-
`Prof. Jeffrey Kantor's Pyomo Cookbook
10-
<https://jckantor.github.io/ND-Pyomo-Cookbook/>`_
9+
* `Pyomo Workshop Slides and Exercises
10+
<https://github.com/Pyomo/pyomo-tutorials>`_
1111

12-
The `companion notebooks <https://mobook.github.io/MO-book/intro.html>`_
13-
for *Hands-On Mathematical Optimization with Python*
12+
* `Prof. Jeffrey Kantor's Pyomo Cookbook
13+
<https://jckantor.github.io/ND-Pyomo-Cookbook/>`_
1414

15-
`Pyomo Gallery <https://github.com/Pyomo/PyomoGallery>`_
15+
* The `companion notebooks <https://mobook.github.io/MO-book/intro.html>`_
16+
for *Hands-On Mathematical Optimization with Python*
17+
18+
* `Pyomo Gallery <https://github.com/Pyomo/PyomoGallery>`_
1619

1720

0 commit comments

Comments
 (0)