Skip to content

Commit

Permalink
Merge pull request #36 from maliheha/gurobipy
Browse files Browse the repository at this point in the history
Intro to gurobipy updated
  • Loading branch information
Marika-K authored Nov 20, 2024
2 parents 3fcc5e4 + 5408e49 commit 3aa698c
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 83 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The examples are from different business purposes and reflect different levels o
The introductory examples walk you through the process of building a mathematical optimization model.
The basic requirements are that you know Python and have a background in a discipline that uses quantitative methods.

- [GDD 2023: Intro to Gurobipy:](gurobi_days_digital_2023/intro_to_gurobipy)
- [Intro to Gurobipy:](intro_to_gurobipy)
This tutorial was given at the Gurobi Days Digital 2023. It is an introduction to the Gurobi Python API Gurobipy. It walks you through the basics of Gurobipy and explains its usage with some small examples.
- [Intro to Mathematical Optimization Modeling:](milp_tutorial)
This tutorial discusses the basics of mathematical modeling on the example of a simple assignment problem.
Expand Down Expand Up @@ -417,8 +417,8 @@ You can download the repository containing all examples by clicking [here](https
- [Farm Planning](farm_planning)
- [Food Manufacturing](food_manufacturing)
- [Food Program](food_program)
- [GDD 2023: Intro to Gurobipy](gurobi_days_digital_2023/intro_to_gurobipy)
- [Index Tracking](index_tracking)
- [Intro to Gurobipy](intro_to_gurobipy)
- [Intro to Mathematical Optimization Modeling / MILP Tutorial](milp_tutorial)
- [Linear Regression](linear_regression)
- [Logical Design](logical_design)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Introduction to Gurobi Python API
This notebook was used for the Gurobi Python API session at Gurobi Days Digital 2023. It will walk you through the basics of the Gurobi Python API.
The video of the session can be watched [here](https://vimeo.com/830685647/c7f9971fda)
This notebook was used for the Gurobi Python API session at Gurobi Days Digital. It will walk you through the basics of the Gurobi Python API.

## View the notebook

[Google Colab Link](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/gurobi_days_digital_2023/intro_to_gurobipy/intro_to_gurobipy.ipynb)
[Google Colab Link](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/intro_to_gurobipy/intro_to_gurobipy.ipynb)

----
For details on licensing or on running the notebooks, see the overview on [Modeling Examples](../../)
Expand Down
File renamed without changes.
File renamed without changes
Loading

0 comments on commit 3aa698c

Please sign in to comment.