Commit Graph

58 Commits

Author SHA1 Message Date
Corentin Le Molgat
3b00b323ba notebook: regenerate them 2023-10-27 08:07:07 +02:00
Corentin Le Molgat
dc5e969673 regenerate notebooks
use of `%pip` which seems prefered against `!pip` to work with ipython
2023-10-11 11:33:54 +02:00
Laurent Perron
250302964e tweak export to notebook; add flags stubs code to allow them to work in a notebook 2023-09-05 17:06:29 +02:00
Corentin Le Molgat
7c8d37a1b5 update notebooks 2023-08-16 11:32:39 +02:00
Corentin Le Molgat
9179bad0ae examples: Bump notebooks 2023-07-13 14:34:43 +02:00
Corentin Le Molgat
3e8ac8633a update notebooks 2023-04-13 15:46:22 +02:00
Mizux Seiha
5425dedcfb Sync python notebook
cmd: ./tools/generate_all_notebooks.sh
2023-03-10 09:19:51 +01:00
Corentin Le Molgat
2cb9f320f6 notebook: update 2022-12-21 09:54:15 +01:00
Corentin Le Molgat
928bfbfedb example: fix chemical_balance notebook
note: need to use """ to have our script correctly parsing
2022-12-21 09:54:01 +01:00
Corentin Le Molgat
611626522e notebooks: sync 2022-11-25 10:17:29 +01:00
Corentin Le Molgat
4908fd2fb4 update python notebooks 2022-11-02 10:12:37 +01:00
Antony Phillips
e94815c567 Bugfixes for cover_rectangle example 2022-10-23 03:54:59 +01:00
Corentin Le Molgat
e13912b22b examples: update all notebooks 2022-06-27 15:42:26 +02:00
Corentin Le Molgat
c7120439d4 Bump license date 2022-06-17 14:23:23 +02:00
Corentin Le Molgat
34e442cd5d examples: Fix main default parameter 2022-04-14 14:44:13 +02:00
Corentin Le Molgat
ad19407ff6 examples: regen all notebooks 2022-04-14 14:31:02 +02:00
Corentin Le Molgat
bbbb8e0e8b examples: Update notebook 2022-04-13 11:56:05 +02:00
Mizux Seiha
a4ea671d64 python: Regenerate all notebooks 2022-03-03 21:21:33 +01:00
Mizux Seiha
0f51c94308 Update notebooks 2021-12-14 13:05:00 +01:00
Corentin Le Molgat
949ff20da4 Update notebooks... 2021-12-06 10:19:50 +01:00
Mizux Seiha
26bbc8856c Regen all notebook 2021-09-30 01:28:19 +02:00
Mizux Seiha
cacbbd6c11 Rename stigler.py to stigler_contrib.py 2021-08-04 15:17:41 +02:00
Laurent Perron
700847b3ff fix #2656 2021-07-13 13:47:57 +02:00
Mizux Seiha
d1a771677b regenerate all notebooks 2021-04-27 10:56:39 +02:00
Mizux Seiha
c0f6978f3b Update copyright 2021-04-02 10:08:51 +02:00
Mizux Seiha
df6a885600 Update notebook copyright 2021-04-01 20:20:43 +02:00
Mizux Seiha
823371161c Update notebooks 2021-04-01 20:20:42 +02:00
Mizux Seiha
6b32f884c1 Sync notebook 2021-01-26 11:12:05 +01:00
Mizux Seiha
09243bf120 Fix typo 2020-12-24 15:47:31 +01:00
Mizux Seiha
447410f2e7 Fixup notebook 2020-12-09 17:28:01 +01:00
Mizux Seiha
7626ea5615 Update notebooks 2020-12-07 17:50:07 +01:00
Mizux Seiha
6c95bc794a Update Notebooks 2020-12-07 09:51:28 +01:00
Mizux Seiha
bc834345b6 clean contrib notebook 2020-11-18 14:28:23 +01:00
Mizux Seiha
eded2608ac Update notebooks 2020-11-18 11:44:51 +01:00
Laurent Perron
da09c63cc3 small fix 2020-11-03 12:54:50 +01:00
Mizux Seiha
231a641456 python: Rename examples/python/assignment_sat.py to avoid collision 2020-09-28 10:32:35 +02:00
Mizux Seiha
a384a503f9 Update notebook 2020-09-27 16:31:27 +02:00
Mizux Seiha
7d149a6530 cmake: examples management cleanup 2020-09-13 00:04:50 +02:00
Corentin Le Molgat
5ff76b487a Update notebook 2020-04-23 15:42:13 +02:00
Corentin Le Molgat
b587d27a4a Sync g3 -> gh 2020-03-09 14:09:26 +01:00
Corentin Le Molgat
27121a1068 Update examples/notebook
generated using ./tools/gen_all_notebook.sh
2020-03-04 14:34:33 +01:00
Corentin Le Molgat
47fefdc3bb Remove tab from CMakeLists.txt
- Mandatory to follow google internal convention
2018-11-13 10:12:02 +01:00
Laurent Perron
6368e91bd3 fix vendor_scheduling_sat + notebook 2018-09-05 14:32:49 +02:00
Laurent Perron
c0eac159c2 update notebooks to remove main() method 2018-09-05 14:27:48 +02:00
Laurent Perron
8da7b96468 fix 1 notebook, adds 4 new ones 2018-08-02 12:08:05 -07:00
Kevin Mader
c4c53ba33f Update jobshop_ft06_sat.ipynb
changing styling and organization of sat notebook
2018-08-02 19:39:02 +02:00
Kevin Mader
314b4deb90 Update code_samples_sat.ipynb
fixing MODEL_SAT issue https://github.com/google/or-tools/issues/779 and cleaning up notebook
2018-08-02 18:46:02 +02:00
Corentin Le Molgat
8bd5acee1a Add Test & Examples
Tests:
- Add cc test
- Add python test

Examples:
- Add examples/cpp
- Add examples/data
- Add examples/notebook
- Add examples/python

Signed-off-by: Corentin Le Molgat <corentinl@google.com>
2018-01-19 15:03:25 +01:00
Laurent Perron
e993c93f4a add data file to rcpsp notebook 2017-11-29 11:49:13 +01:00
Laurent Perron
fc711a5748 run_from_ipython -> RunFromIPython 2017-11-24 14:47:10 +01:00