Skip to content

Commit 5317479

Browse files
authored
Create README.md
1 parent 95237c0 commit 5317479

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

price_optimization/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Price Optimization
2+
3+
This example find the price to maximize revenue for selling avocados using a quadratic program. The relationship between price and demand is modeled using linear regression.
4+
5+
[Google Colab Link](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/price_optimization/price_optimization_gcl.ipynb)
6+
7+
## Download the Repository
8+
9+
You can download the repository containing this and other examples by clicking [here](https://github.com/Gurobi/modeling-examples/archive/master.zip).
10+
11+
12+
## Gurobi License
13+
This notebook can be ran using the "online course" version of Gurobi. If you require a full license you can request an [evaluation license](https://www.gurobi.com/downloads/request-an-evaluation-license/?utm_source=3PW&utm_medium=OT&utm_campaign=WW-MU-MUI-OR-O_LEA-PR_NO-Q3_FY20_WW_JPME_Yield_Management_COM_EVAL_GitHub&utm_term=Yield%20Management&utm_content=C_JPM) as a commercial user, or download a [free license](https://www.gurobi.com/academia/academic-program-and-licenses/?utm_source=3PW&utm_medium=OT&utm_campaign=WW-MU-EDU-OR-O_LEA-PR_NO-Q3_FY20_WW_JPME_Yield_Management_COM_EVAL_GitHub&utm_term=Yield%20Management&utm_content=C_JPM) as an academic user.
14+
15+
Copyright © 2022 Gurobi Optimization, LLC

0 commit comments

Comments
 (0)