Gurobi / modeling-examples

Gurobi modeling examples
https://gurobi.github.io/modeling-examples/
Apache License 2.0
615 stars 272 forks source link

Portfolio + TSP updates #5

Closed gglockner closed 3 years ago

gglockner commented 3 years ago

First, I added a new model: a portfolio optimization model that shows matrix-based modeling and computes matrix data using numpy.

Next, I cleaned the code of the TSP, luggage and milk models. Specifically:

gglockner commented 3 years ago

Updated HTML output to match the Jupyter notebooks.