Skip to content

Commit 810abbd

Browse files
committed
no additional colab link, remove lp model files
1 parent bd7aff9 commit 810abbd

File tree

111 files changed

+518
-46836
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+518
-46836
lines changed

3d_tic_tac_toe/3d_tic_tac_toe.ipynb

+9-8
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717
"**Download the Repository** <br /> \n",
1818
"You can download the repository containing this and other examples by clicking [here](https://github.com/Gurobi/modeling-examples/archive/master.zip). \n",
1919
"\n",
20-
"\n",
21-
"**Gurobi License** <br /> \n",
22-
"In order to run this Jupyter Notebook properly, you must have a Gurobi license. If you do not have one, you can request an \n",
23-
"[evaluation license](https://www.gurobi.com/downloads/request-an-evaluation-license/?utm_source=3PW&utm_medium=OT&utm_campaign=WW-MU-EDU-OR-O_LEA-PR_NO-Q3_FY20_WW_JPME_3D-Tic-Tac-Toe_COM_EVAL_GITHUB_&utm_term=logic-programing&utm_content=C_JPM)\n",
24-
"as a *commercial user*, or download a \n",
25-
"[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_3D-Tic-Tac-Toe_ACADEMIC_EVAL_GITHUB_&utm_term=logic-programing&utm_content=C_JPM)\n",
26-
"as an *academic user*.\n",
27-
"\n",
2820
"---\n",
2921
"## Problem Description\n",
3022
"\n",
@@ -72,6 +64,15 @@
7264
"We import the Gurobi Python Module."
7365
]
7466
},
67+
{
68+
"cell_type": "code",
69+
"execution_count": null,
70+
"metadata": {},
71+
"outputs": [],
72+
"source": [
73+
"%pip install gurobipy"
74+
]
75+
},
7576
{
7677
"cell_type": "code",
7778
"execution_count": 1,

3d_tic_tac_toe/3d_tic_tac_toe_gcl.ipynb

-364
This file was deleted.

0 commit comments

Comments
 (0)