Skip to content

Commit e464914

Browse files
committed
clean up index tracking files
1 parent 9dad8bd commit e464914

File tree

4 files changed

+15
-51
lines changed

4 files changed

+15
-51
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ For modeling examples at the advanced level, we assume that you know Python and
110110
- [Decentralization Planning:](decentralization_planning)
111111
This model is an advanced version of a facility location problem. Given a set of departments of a company and potential cities where these departments can be located, we want to determine the "best" location of each department in order to maximize gross margins.
112112
- [Farm Planning:](farm_planning)
113-
This is an example of an advanced production planning problem.
113+
This is an example of an advanced production planning problem.
114+
- [Index Tracking:](index_tracking)
115+
Index tracking portfolio optimization.
114116
- [Lost Luggage Distribution:](lost_luggage_distribution)
115117
This is an example of a vehicle routing problem with time windows. It involves helping a company figure out the minimum number of vans required to deliver pieces of lost or delayed baggage to their rightful owners and determining the optimal assignment of vans to customers.
116118
- [Manpower Planning:](manpower_planning)
@@ -255,6 +257,7 @@ For modeling examples at the advanced level, we assume that you know Python and
255257

256258
<ul>
257259
<li><a href="portfolio_selection_optimization">Portfolio Selection Optimization</a> (advanced)</li>
260+
<li><a href="index_tracking">Index Tracking</a> (advanced)</li>
258261
</ul>
259262
</details>
260263

@@ -415,6 +418,7 @@ You can download the repository containing all examples by clicking [here](https
415418
- [Food Manufacturing](food_manufacturing)
416419
- [Food Program](food_program)
417420
- [GDD 2023: Intro to Gurobipy](gurobi_days_digital_2023/intro_to_gurobipy)
421+
- [Index Tracking](index_tracking)
418422
- [Intro to Mathematical Optimization Modeling / MILP Tutorial](milp_tutorial)
419423
- [Linear Regression](linear_regression)
420424
- [Logical Design](logical_design)

index_tracking/LICENSE

-21
This file was deleted.

index_tracking/README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Introduction
22

3-
Repository for gurobi webinar presentation.
3+
Repository for Gurobi webinar presentation.
44

55
Video available at [Proven Techniques for Solving Financial Problems with Gurobi](https://www.gurobi.com/events/proven-techniques-for-solving-financial-problems-with-gurobi/).
6+
7+
## View the notebook
8+
9+
[Google Colab Link](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/index_tracking/index_tracking.ipynb)
10+
11+
----
12+
For details on licensing or on running the notebooks, see the overview on [Modeling Examples](../../)
13+
14+
© Gurobi Optimization, LLC

index_tracking/index_tracking.ipynb

-28
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"attachments": {},
5-
"cell_type": "markdown",
6-
"id": "699eb472",
7-
"metadata": {},
8-
"source": [
9-
"----\n",
10-
"\n",
11-
"#### FINOR - Data Science for Finance and Digital Economy\n",
12-
"\n",
13-
"Data science for finance is our business. Finor develops customized solutions for financial services.\n",
14-
"\n",
15-
"----"
16-
]
17-
},
183
{
194
"cell_type": "markdown",
205
"id": "e220f96e-71d4-423a-ab8e-e42a2ddabe3f",
@@ -638,19 +623,6 @@
638623
"\n",
639624
"plt.show()"
640625
]
641-
},
642-
{
643-
"attachments": {},
644-
"cell_type": "markdown",
645-
"id": "c549fbdd",
646-
"metadata": {},
647-
"source": [
648-
"----\n",
649-
"\n",
650-
"Get in touch with us on [LinkedIn](linkedin.com/company/finor-finance-operations-research) or visit our [website](http://finor.tech/en/) to learn more about our work in financial optimization.\n",
651-
"\n",
652-
"----"
653-
]
654626
}
655627
],
656628
"metadata": {

0 commit comments

Comments
 (0)