Update notebooks

This commit is contained in:
Mizux Seiha
2020-11-18 11:44:51 +01:00
parent a9d12fa767
commit eded2608ac
235 changed files with 465 additions and 566 deletions

View File

@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##### Copyright 2020 The OR-Tools Authors."
"##### Copyright 2020 Google LLC."
]
},
{
@@ -81,7 +81,6 @@
"# limitations under the License.\n",
"\"\"\"Small example to illustrate solving a MIP problem.\"\"\"\n",
"# [START program]\n",
"from __future__ import print_function\n",
"# [START import]\n",
"from ortools.linear_solver import pywraplp\n",
"# [END import]\n",