Commit Graph

1699 Commits

Author SHA1 Message Date
Mizux Seiha
5425dedcfb Sync python notebook
cmd: ./tools/generate_all_notebooks.sh
2023-03-10 09:19:51 +01:00
Laurent Perron
241d6cd286 add logging to integer/linear_programming; keep absl log symbols in libortools, enable GLPK in bazel 2023-03-09 14:40:16 +01:00
Laurent Perron
1d061ed19e cleanup examples/python 2023-03-03 18:55:16 +04:00
Laurent Perron
dbd5a69471 use new logging flags 2023-02-17 15:17:12 +01:00
Laurent Perron
ebb02b4f8e polish python examples 2023-02-17 13:59:43 +01:00
Laurent Perron
857703cd35 add robot spreading example 2023-02-16 18:20:43 +01:00
Laurent Perron
f7b0c37f0c fix 2023-02-11 04:27:31 -08:00
Laurent Perron
064b3efd74 cleanup code; move solve.cc to ortools/linear_solver 2023-02-10 15:45:53 -08:00
Laurent Perron
269e08b431 Merge branch 'main' of github.com:google/or-tools 2023-02-10 12:53:07 -08:00
Laurent Perron
fa478b8071 move sat_runner from examples/cpp to ortools/sat 2023-02-10 12:52:57 -08:00
Corentin Le Molgat
c0157716d4 fixup 2023-02-10 13:01:08 +01:00
Corentin Le Molgat
ce988f3e0b examples: Add tiny sample to bus_driver_scheduling_sat 2023-02-10 09:41:00 +01:00
Laurent Perron
c01883c977 tune time limits 2023-02-04 07:59:56 +01:00
Laurent Perron
1d942c9a78 tune time limits 2023-02-04 07:56:10 +01:00
Laurent Perron
844dc62117 fix 2023-02-01 14:41:47 +01:00
Laurent Perron
7d6261ceb7 fix dotnet init 2023-02-01 14:23:14 +01:00
Laurent Perron
2c50d8bc16 Add absl::Stringify for protobufs in base/logging.h; fixes all around 2023-02-01 14:14:30 +01:00
Laurent Perron
e9f9404923 Remove logging code; use absl one 2023-01-31 20:46:43 +01:00
Laurent Perron
a06d0ed7a0 more absl::string_view in the c++ code; sync examples/python, remove jniutils.h; move sat/python/visualization.py to sat/colab 2023-01-29 21:20:58 +01:00
Laurent Perron
576fb3fca5 fix examples/python/bazel; add time limit to example; remove jniutil; disable dump_vars_test on mac 2023-01-28 12:38:26 +01:00
Laurent Perron
f460e9b0fc run tests in examples/python under bazel; sync/clean examples 2023-01-26 13:46:40 +01:00
Laurent Perron
9524b7d4b9 improve 'deprecated' makefiles 2022-12-28 11:14:34 +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
757a8e884b example: SchoolSchedulingSat cleanup 2022-12-21 09:42:43 +01:00
Corentin Le Molgat
8591380403 contrib: rework SchoolSchedulingSat 2022-12-20 13:26:42 +01:00
Corentin Le Molgat
d6965013c7 example: fix linter in chemical_balance 2022-12-19 15:52:15 +01:00
Corentin Le Molgat
611626522e notebooks: sync 2022-11-25 10:17:29 +01:00
Laurent Perron
49d0173457 try to fix another example 2022-11-12 12:07:27 +01:00
Laurent Perron
39a1d96a59 polish python examples 2022-11-11 11:16:29 +01:00
Laurent Perron
6d9505f45b add time limit 2022-11-09 16:37:10 +01:00
Corentin Le Molgat
4908fd2fb4 update python notebooks 2022-11-02 10:12:37 +01:00
Laurent Perron
a8bc9af29b fix symmetry breaking 2022-10-23 08:12:20 +02:00
Antony Phillips
e94815c567 Bugfixes for cover_rectangle example 2022-10-23 03:54:59 +01:00
Laurent Perron
c0e5ca1cd1 disable assert on windows; fix test 2022-10-11 16:23:29 +02:00
Laurent Perron
cbe7bed968 qap_sat: exit gracefully if no input file 2022-10-11 16:08:47 +02:00
Laurent Perron
5f43e9bc51 fix 2022-10-11 15:03:31 +02:00
Laurent Perron
c33e3a3bbe polish 2022-10-10 17:21:40 +02:00
Laurent Perron
a25d93fcfa qap_sat solver and qap reader 2022-10-10 15:03:10 +02:00
Corentin Le Molgat
4f647a0d61 examples/python: cleanup 2022-10-10 13:44:12 +02:00
Corentin Le Molgat
1b011d076c export from google3 2022-10-10 13:44:12 +02:00
Corentin Le Molgat
7233240a1b examples/java: fixup 2022-10-10 13:44:12 +02:00
ssge
3756946ef5 comments typos
fixing minor grammar
2022-10-10 09:30:02 +02:00
Mizux Seiha
69ab636173 java: Fix package in examples/java/ 2022-10-06 21:50:57 +02:00
Corentin Le Molgat
4585f7ae7a Add license boiler plate 2022-10-05 18:34:27 +02:00
Corentin Le Molgat
c4ac085833 dotnet: fix examples/tests 2022-09-28 23:17:46 +02:00
Laurent Perron
1a5be9484e add glpk option 2022-09-27 17:58:36 +02:00
Mizux Seiha
baaf1ca82a cmake: Fix dotnet build
* fix cmake/dotnet.cmake
* fix <cmp>/dotnet/CMakeLists.txt
* fix examples/tests/CMakeLists.txt
2022-09-23 13:15:36 +02:00
Mizux Seiha
224ebed399 move examples/test/*.cs to ortools/<component>/csharp 2022-09-23 13:15:36 +02:00
Mizux Seiha
b65c86da8b cmake: Fix java
* fix cmake/java.cmake
* fix <cmp>/java/CMakeLists.txt
* fix examples/tests/CMakeLists.txt
2022-09-23 13:15:36 +02:00