Skip to content

Commit 44c9d94

Browse files
committed
fix link, spelling
1 parent 2738684 commit 44c9d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Linear-Programming-Python.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head><meta charset="utf-8" />
4-
<title>Linear Prorgramming Python</title>
4+
<title>Linear Programming Python</title>
55

66
<!-- Global site tag (gtag.js) - Google Analytics -->
77
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121670259-1"></script>
@@ -252,7 +252,7 @@ <h1 id="Linear-Programming-in-Python">Linear Programming in Python with CVXOPT<a
252252
</code></pre>
253253
<p>To explore modeling a business decision into a linear program, and subsequently how to optimize the program using Python, I will present a simple problem involving one of my favorite things: coffee! This idea was inspired by a trip I took to Nicaragua, where I had the chance to visit various coffee farmers and learn more about the coffee cultivation and production process.</p>
254254
<p>Coffee first came to Nicaragua in the 1800s, and has since been integral to the economy and society of the country. Coffee is one of the country's largest exports and contributes almost US$140 million annually to their economy. Of the various coffee types (namely Arabica, Robusta and Liberica), <a href="https://en.wikipedia.org/wiki/Coffea_arabica">Arabica</a> is the most widely cultivated in Nicaragua. Of the Arabica coffee types, Bourbon, Caturra, and Catimor are the most widely grown varieties, and produce coffees with different tastes, textures, and caffeine contents.</p>
255-
<p>Below is a map of Nicaragua showing some of the more important places where coffee cultivation takes place. The map is produced using <a href="http://matplotlib.org/basemap/">Basemap</a> and shapefiles for Nicaragua—more information on how to build maps can be seen in one of my <a href="https://github.com/ccowen37/Traveling-Salesman/blob/master/TSP-Final.ipynb">other tutorials</a>. The three dots represent the capitals of the departments of Segovia, Matagalpa, and Jinotega—all located in the central mountainous region.</p>
255+
<p>Below is a map of Nicaragua showing some of the more important places where coffee cultivation takes place. The map is produced using <a href="http://matplotlib.org/basemap/">Basemap</a> and shapefiles for Nicaragua—more information on how to build maps can be seen in one of my <a href="./TSP-Heuristics.html">other tutorials</a>. The three dots represent the capitals of the departments of Segovia, Matagalpa, and Jinotega—all located in the central mountainous region.</p>
256256

257257
</div>
258258
</div>

0 commit comments

Comments
 (0)