Commit Graph

489 Commits

Author SHA1 Message Date
Laurent Perron
ab19570cd4 add one test in examples/python bazel 2023-07-10 11:34:22 -07:00
Laurent Perron
73b081d714 test rcpsp_sat with bazel 2023-07-10 11:00:55 -07:00
Laurent Perron
8c6898da25 use tuples instead of lists for arcs in CP-SAT AddCircuit 2023-07-10 14:38:58 +02:00
Laurent Perron
84e1ad7f0c enable more python tests in cmake; add rule to run python examples with args in bazel 2023-07-05 09:06:55 +02:00
Laurent Perron
32175c9c3b remove pywrap prefix for pybind11 generated modules 2023-07-03 12:46:51 +02:00
Laurent Perron
84ec414e61 use black on examples/python 2023-07-01 06:06:53 +02:00
Laurent Perron
c3fdb12908 Switch algorithms and scheduling python libraries from swig to pybind11; switch protobuf support from forced serialization to pybind11_protobuf -- with patch; [CP-SAT] rewrite cut management; reformat samples with black 2023-06-30 22:49:35 +02:00
Laurent Perron
a743431365 start reformating with black 2023-06-27 14:21:34 +02:00
Corentin Le Molgat
5ce691ed40 cmake: Add License header 2023-05-31 11:20:28 +02:00
Laurent Perron
830ef3dc0b improve knapsack_2d_sat example 2023-05-13 10:16:00 +02:00
Mizux Seiha
2de7d6fbac bazel: Fix build 2023-04-03 11:06:28 +02: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
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
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
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
d6965013c7 example: fix linter in chemical_balance 2022-12-19 15:52:15 +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
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
5f43e9bc51 fix 2022-10-11 15:03:31 +02:00
Corentin Le Molgat
4f647a0d61 examples/python: cleanup 2022-10-10 13:44:12 +02:00
ssge
3756946ef5 comments typos
fixing minor grammar
2022-10-10 09:30:02 +02:00
Laurent Perron
62f6689d81 fix #3463 2022-09-20 10:58:11 +02:00
Laurent Perron
a26602f247 fix #3461 2022-09-19 14:49:19 +02:00
Laurent Perron
6c55890ce4 add new lower bounds and new pre-computations to rcpsp_sat.py 2022-08-19 09:24:27 +02:00
Laurent Perron
a4729b930d improve comments 2022-08-01 17:42:31 +02:00
Mizux Seiha
afbccb5936 cmake: Disable line_balancing_sat.py
need input file
2022-07-28 10:33:28 +02:00
Laurent Perron
ad1b8ee5e4 set problem name; ure richer model for rcpsp 2022-07-28 00:22:08 +02:00
Laurent Perron
de1fc48e3e select scheduling model by default 2022-07-15 20:03:57 +02:00
Laurent Perron
a484766b6c improve solver parameters with the scheduling model 2022-07-15 20:03:14 +02:00
Laurent Perron
4d28122fe9 fix pythone example 2022-07-15 19:28:42 +02:00
Laurent Perron
a39437b181 new line balancing example 2022-07-08 14:49:51 +02:00
Corentin Le Molgat
c7120439d4 Bump license date 2022-06-17 14:23:23 +02:00
Laurent Perron
8f66a4494c add problem name to generated cp_model in rcpsp 2022-06-16 07:39:30 +02:00
Corentin Le Molgat
1ba0177af5 python: Fix tests when SCIP and COINOR are disabled (#3261) 2022-06-03 17:10:58 +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
db6b625590 examples: make shift_scheduling executable 2022-04-13 11:48:10 +02:00
Mizux Seiha
23cdf7aba6 examples: Rework README.md 2022-04-06 11:15:59 +02:00
Laurent Perron
8ef66920d9 use pybind11 for ortools/graph 2022-03-31 18:21:20 +02:00