Corentin Le Molgat
|
ffe1a9caa5
|
Fix indent
|
2023-07-13 18:56:39 +02:00 |
|
Corentin Le Molgat
|
c368a4d9fa
|
example: Fix python formating
|
2023-07-13 14:28:36 +02:00 |
|
Laurent Perron
|
32175c9c3b
|
remove pywrap prefix for pybind11 generated modules
|
2023-07-03 12:46:51 +02:00 |
|
Laurent Perron
|
ffefb698e5
|
add pybind11 doc to knapsack_solver
|
2023-07-02 08:11:12 +02:00 |
|
Laurent Perron
|
4ebb72c5a4
|
fixes
|
2023-07-01 06:36:11 +02:00 |
|
Laurent Perron
|
91c1adc3e1
|
use snake case in knapsack_solver
|
2023-07-01 06:08:49 +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
|
1e0f4027e2
|
bazel: Fix java tests/samples run
* remove: code_samples_java_test
* Fix jvm library path on windows
|
2023-03-06 15:45:23 +01:00 |
|
Corentin Le Molgat
|
6c6c7d1902
|
bazel: Rework java support
Fix swig_java.bzl
|
2023-03-02 17:41:10 +01:00 |
|
Laurent Perron
|
cf53ee3c9f
|
reformat bazel java code; CP-SAT: fix corner case in presolve, zero very small coefficients in translate from math model, more parameter validation
|
2023-01-05 13:38:42 +01:00 |
|
Laurent Perron
|
cbdd1a5ba1
|
add java bazel tests
|
2022-12-30 12:13:29 +01:00 |
|
Laurent Perron
|
2746b48c5c
|
add bazel java POC; works with algorithms and graph
|
2022-12-29 19:56:02 +01:00 |
|
Corentin Le Molgat
|
1c95a2c00e
|
bazel: rework tests
|
2022-07-27 16:47:32 +02:00 |
|
Corentin Le Molgat
|
f98afa8e42
|
Add missing STL include
|
2022-07-22 16:25:40 +02:00 |
|
Corentin Le Molgat
|
045a5d93b7
|
Sync google3 github
|
2022-06-17 14:23:23 +02:00 |
|
Corentin Le Molgat
|
c7120439d4
|
Bump license date
|
2022-06-17 14:23:23 +02:00 |
|
Corentin Le Molgat
|
a7cd09b680
|
google3: sync
|
2022-05-04 08:26:48 +02:00 |
|
Laurent Perron
|
49e47a336d
|
mostly reformat
|
2022-01-24 12:46:54 +01:00 |
|
Corentin Le Molgat
|
a40295d79c
|
Sync from google
|
2022-01-21 17:51:38 +01:00 |
|
Laurent Perron
|
560826496b
|
BUILD -> BUILD.bazel
|
2021-12-06 14:36:13 +01:00 |
|
Corentin Le Molgat
|
e41b99a930
|
remove deprecated .csprog
|
2021-12-03 17:22:45 +01:00 |
|
Mizux Seiha
|
d15847ec36
|
Bump csproj to 9.2
|
2021-11-30 18:13:26 +01:00 |
|
Laurent Perron
|
1941d1a5af
|
update csproj and generator to use netcoreapp3.1
|
2021-09-21 09:55:14 +02:00 |
|
Laurent Perron
|
83007b4c00
|
bump version to 9.1; regenerate doc
|
2021-09-20 15:57:27 +02:00 |
|
Corentin Le Molgat
|
013bb65405
|
Fix dotnet samples
|
2021-07-26 12:47:10 +02:00 |
|
Mizux Seiha
|
6ae19c9b5b
|
Bump version: 8.2 -> 9.0
|
2021-04-27 10:56:39 +02:00 |
|
Corentin Le Molgat
|
7531dd9625
|
python: Add shebang to programs
|
2021-04-16 00:23:35 +02:00 |
|
Mizux Seiha
|
8bb54b04ef
|
Bump Copyright to 2021
FYI:
find ortools \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/\(Copyright 2010\)-2018/\1-2021/g'
|
2021-04-01 21:00:53 +02:00 |
|
Laurent Perron
|
bad5c2032b
|
int64 -> int64_t
|
2021-03-04 18:26:01 +01:00 |
|
Mizux Seiha
|
817914d94a
|
Bump version 8.1 -> 8.2
|
2021-01-26 11:34:47 +01:00 |
|
Corentin Le Molgat
|
7cd948e9ea
|
Export indent from Google
|
2020-12-22 10:43:28 +01:00 |
|
Corentin Le Molgat
|
c9caf3d914
|
bazel: Update sample build
|
2020-12-21 16:24:32 +01:00 |
|
Corentin Le Molgat
|
4cd85e08c4
|
Export Google update
|
2020-11-18 16:11:32 +01:00 |
|
Mizux Seiha
|
b39fadfda5
|
Update csproj
|
2020-11-18 15:21:52 +01:00 |
|
Laurent Perron
|
e20032bd56
|
Merge branch 'master' of github.com:google/or-tools
|
2020-11-18 10:51:22 +01: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 |
|
Corentin Le Molgat
|
c75ac92a5a
|
Sync from Google to GitHub
|
2020-11-16 17:50:54 +01:00 |
|
Mizux Seiha
|
379a985dde
|
bazel: Run samples as test
|
2020-11-16 11:16:08 +01:00 |
|
Corentin Le Molgat
|
a9385fc3d2
|
Format all .Net using Microsoft style
|
2020-11-03 10:15:53 +01:00 |
|
Corentin Le Molgat
|
b5e70663c7
|
Format using clang-format 11
|
2020-10-29 14:26:41 +01:00 |
|
Corentin Le Molgat
|
e4caaf96bc
|
format file forcing the left alignment
|
2020-10-29 14:25:39 +01:00 |
|
Mizux Seiha
|
335cf3df3d
|
format all C# files
|
2020-10-26 18:41:49 +01:00 |
|
Mizux Seiha
|
f087564d84
|
cpp: Format all files in ortools
|
2020-09-23 12:06:10 +02:00 |
|
Mizux Seiha
|
a4a5f64801
|
cmake: Add dotnet samples
|
2020-09-22 19:09:22 +02:00 |
|
Mizux Seiha
|
aa73e901b4
|
cmake: Refactor sample tests
|
2020-09-19 17:21:50 +02:00 |
|
Mizux Seiha
|
d220ef5397
|
cmake(python): add samples
|
2020-09-17 19:21:09 +02:00 |
|
Mizux Seiha
|
fffa7d6911
|
cmake: Add java samples (#202)
|
2020-09-15 21:54:50 +02:00 |
|
Mizux Seiha
|
c6420ba8e6
|
make(java): Migrate samples to maven (#202)
- Factorise makefile code using advanced make function
- Use the Loader in samples
|
2020-09-13 00:15:03 +02:00 |
|
Mizux Seiha
|
fff7b6ad8b
|
cmake: update samples and examples management
|
2020-09-13 00:04:50 +02:00 |
|