Update notebooks...

This commit is contained in:
Corentin Le Molgat
2021-12-06 10:19:50 +01:00
parent 07127d463c
commit 949ff20da4
260 changed files with 4680 additions and 2141 deletions

View File

@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "93bcd319",
"id": "6fe774c1",
"metadata": {},
"source": [
"##### Copyright 2021 Google LLC."
@@ -10,7 +10,7 @@
},
{
"cell_type": "markdown",
"id": "971cfc26",
"id": "19108444",
"metadata": {},
"source": [
"Licensed under the Apache License, Version 2.0 (the \"License\");\n",
@@ -28,7 +28,7 @@
},
{
"cell_type": "markdown",
"id": "a7f5d600",
"id": "50a4cdf8",
"metadata": {},
"source": [
"# knapsack"
@@ -36,7 +36,7 @@
},
{
"cell_type": "markdown",
"id": "e6c2754f",
"id": "a3979fa6",
"metadata": {},
"source": [
"<table align=\"left\">\n",
@@ -51,7 +51,7 @@
},
{
"cell_type": "markdown",
"id": "c854806a",
"id": "f65ba5f9",
"metadata": {},
"source": [
"First, you must install [ortools](https://pypi.org/project/ortools/) package in this colab."
@@ -60,7 +60,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "dfe10e1c",
"id": "396ac14d",
"metadata": {},
"outputs": [],
"source": [
@@ -70,7 +70,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "b80c9466",
"id": "6b82ee54",
"metadata": {},
"outputs": [],
"source": [

View File

@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "50621336",
"id": "0e92d630",
"metadata": {},
"source": [
"##### Copyright 2021 Google LLC."
@@ -10,7 +10,7 @@
},
{
"cell_type": "markdown",
"id": "641d7beb",
"id": "7ce7f69f",
"metadata": {},
"source": [
"Licensed under the Apache License, Version 2.0 (the \"License\");\n",
@@ -28,7 +28,7 @@
},
{
"cell_type": "markdown",
"id": "787d1364",
"id": "780fc17d",
"metadata": {},
"source": [
"# simple_knapsack_program"
@@ -36,7 +36,7 @@
},
{
"cell_type": "markdown",
"id": "f5664c71",
"id": "40d24637",
"metadata": {},
"source": [
"<table align=\"left\">\n",
@@ -51,7 +51,7 @@
},
{
"cell_type": "markdown",
"id": "108e02f7",
"id": "9ae680d7",
"metadata": {},
"source": [
"First, you must install [ortools](https://pypi.org/project/ortools/) package in this colab."
@@ -60,7 +60,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "d4853051",
"id": "0f01b421",
"metadata": {},
"outputs": [],
"source": [
@@ -70,7 +70,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7907fdb4",
"id": "ee3d56b5",
"metadata": {},
"outputs": [],
"source": [