Laurent Perron
|
905770c995
|
add new python example; add simple typing annotations
|
2024-07-23 16:34:51 +02:00 |
|
Mizux Seiha
|
a76bf1c5dd
|
bump license boilerplate
|
2024-01-04 13:43:15 +01:00 |
|
Laurent Perron
|
5b911b1169
|
[CP-SAT] add ~operator for the logical negation in C++ and Python; fix a bug in C#
|
2023-12-15 14:10:44 +01:00 |
|
Laurent Perron
|
5b6c803db3
|
[CP-SAT] convert to PEP8 convention
|
2023-11-16 19:46:56 +01:00 |
|
Laurent Perron
|
84ec414e61
|
use black on examples/python
|
2023-07-01 06:06:53 +02: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
|
efd16c78da
|
[CP-SAT] deprecate SearchAllSolutions and SolveWithSolutionCallback
|
2021-05-03 12:11:39 +02:00 |
|
Laurent Perron
|
4ececbe448
|
update python code, remove __future__ imports, remove six, use absl-py for flags, update examples
|
2020-11-18 10:50:14 +01:00 |
|
Mizux Seiha
|
2e3c03d6e4
|
examples: Fix wedding chart in python
|
2020-07-16 09:43:07 +02:00 |
|
Corentin Le Molgat
|
0465276e14
|
Fix wall time dimension in sat examples
WallTime is in second not millisecond...
|
2019-01-14 09:57:15 +01:00 |
|
Corentin Le Molgat
|
c2ae098d34
|
Apply yapf on examples/python/*.py
|
2018-11-30 14:48:55 +01:00 |
|
Laurent Perron
|
44e52c1ef8
|
mostly PascalCase -> sname_case
|
2018-11-20 05:44:21 -08:00 |
|
Laurent Perron
|
d99cf97acb
|
reformat python files as tab length = 4 now
|
2018-11-11 09:39:59 +01:00 |
|
Laurent Perron
|
f4756e36c5
|
fix a few lint warnings
|
2018-09-09 22:11:37 +02:00 |
|
Laurent Perron
|
9a116eba39
|
remove SolutionObserver is sat/swig_helper.h; rename WithObserver into WithCallback
|
2018-09-04 18:47:10 +02:00 |
|
Laurent Perron
|
e8d5858e67
|
revamp sat python solution callback, adds the ability to stop search from the solution callback.
|
2018-08-30 16:27:58 +02:00 |
|
Laurent Perron
|
72db1d9ef2
|
run pyformat on python examples
|
2018-06-11 11:51:18 +02:00 |
|
Laurent Perron
|
9402f58d1d
|
change sat internal API; stop ignoring random seed in glop
|
2018-05-16 13:43:29 +02:00 |
|
Laurent Perron
|
cb1fc93b94
|
fix wedding_optimal_chart_sat.py
|
2018-05-15 14:04:53 +02:00 |
|
Laurent Perron
|
6d104e2127
|
new example
|
2018-05-15 13:54:21 +02:00 |
|