Mizux Seiha
|
bf720744fd
|
cmake: Fix highs_interface.cc
|
2022-10-06 14:05:50 +02:00 |
|
Corentin Le Molgat
|
4585f7ae7a
|
Add license boiler plate
|
2022-10-05 18:34:27 +02:00 |
|
Corentin Le Molgat
|
aad0e67975
|
export from google3
|
2022-10-05 15:56:33 +02:00 |
|
Corentin Le Molgat
|
52a699bf13
|
makefiles comments fixup
|
2022-10-05 12:46:43 +02:00 |
|
Corentin Le Molgat
|
8aa626b955
|
dotnet: Add FlowTests.cs (Fix #3482)
* expose missing MaxFlow::SetArcCapacity()
|
2022-10-05 12:33:32 +02:00 |
|
Corentin Le Molgat
|
5528f58e8f
|
Fix ConstraintSolverTests.cs
|
2022-10-05 12:33:32 +02:00 |
|
Corentin Le Molgat
|
bd15d133b1
|
make: Fix makefile.dotnet.mk
|
2022-10-05 12:33:32 +02:00 |
|
Corentin Le Molgat
|
fbc5b13dba
|
Add KnapsackSolverTests.cs (Fix #3481)
|
2022-10-05 12:33:32 +02:00 |
|
Laurent Perron
|
b3c74d6777
|
add bazel to workspace
|
2022-10-04 09:19:18 +02:00 |
|
Laurent Perron
|
363a6fb198
|
[CP-SAT] more work on experimental linear propagation; fix #3483; start cleaning up the synchronization code
|
2022-10-03 18:12:14 +02:00 |
|
Laurent Perron
|
4fcef6ee8f
|
add minimal highs interface
|
2022-10-03 14:25:58 +02:00 |
|
Laurent Perron
|
0f260ffea6
|
fix
|
2022-10-03 13:40:12 +02:00 |
|
Laurent Perron
|
488211ed64
|
Add empty stubs for Highs support, #3116
|
2022-10-03 13:19:26 +02:00 |
|
Corentin Le Molgat
|
3a284dc617
|
fixup cmake/samples/*
|
2022-09-30 18:08:44 +02:00 |
|
Corentin Le Molgat
|
dd29e9c0ae
|
python: rework setup.py.in
|
2022-09-30 14:58:44 +02:00 |
|
Corentin Le Molgat
|
edd1544375
|
cmake: make ortools install in venv more robuste (#3260)
|
2022-09-30 14:39:16 +02:00 |
|
Corentin Le Molgat
|
daed241ba8
|
tools/docker: Add ubuntu-22.10
|
2022-09-30 14:25:26 +02:00 |
|
Corentin Le Molgat
|
683303e96e
|
tools/docker: Add debian-sid
|
2022-09-30 14:25:26 +02:00 |
|
Corentin Le Molgat
|
40c87e6203
|
remove test.py.in
|
2022-09-30 14:25:20 +02:00 |
|
Mizux Seiha
|
02e6ba83fe
|
add version_test.py.in
|
2022-09-30 14:24:43 +02:00 |
|
Corentin Le Molgat
|
6a1a0553fe
|
make(ci): Bump centos python 3.6 -> 3.9
|
2022-09-30 11:53:30 +02:00 |
|
Corentin Le Molgat
|
1e24a4efcc
|
cmake(ci): Bump centos python 3.6 -> 3.9
|
2022-09-30 11:53:30 +02:00 |
|
Corentin Le Molgat
|
7dae062467
|
cmake: Add dependencies to absl:core_headers (#3478)
|
2022-09-30 10:42:54 +02:00 |
|
Corentin Le Molgat
|
80ec5d11d4
|
fix format
|
2022-09-30 10:42:54 +02:00 |
|
Mizux Seiha
|
86779a3057
|
cmake(ci): Fix system_deps
|
2022-09-30 00:18:52 +02:00 |
|
Mizux Seiha
|
b3599cf670
|
make: Fix ubuntu .Net install
|
2022-09-29 11:52:45 +02:00 |
|
Corentin Le Molgat
|
c4ac085833
|
dotnet: fix examples/tests
|
2022-09-28 23:17:46 +02:00 |
|
Corentin Le Molgat
|
4fc0474052
|
bazel: fix dump_vars_test on windows
|
2022-09-28 23:17:46 +02:00 |
|
Corentin Le Molgat
|
a29fa6d7b1
|
make: Fix dotnet tests
|
2022-09-28 23:17:46 +02:00 |
|
Corentin Le Molgat
|
10e6bdf762
|
make: Fix python tests
|
2022-09-28 23:17:46 +02:00 |
|
Corentin Le Molgat
|
b78c1e7e35
|
make: Fix java tests
|
2022-09-28 23:17:46 +02:00 |
|
Corentin Le Molgat
|
97c6a11cf0
|
cmake: Make BUILD_pybind11=OFF if BUILD_DEPS=OFF (#3431)
|
2022-09-28 13:35:58 +02:00 |
|
Corentin Le Molgat
|
e8a854d131
|
bazel: Fix windows build
|
2022-09-28 13:14:49 +02:00 |
|
Corentin Le Molgat
|
4c0cdaa1db
|
github: add empty end one line
|
2022-09-28 11:37:20 +02:00 |
|
Corentin Le Molgat
|
36d0b802ef
|
Bump version v9.4 -> v9.5
|
2022-09-28 11:37:20 +02:00 |
|
Corentin Le Molgat
|
adf6e3dcbc
|
cmake: Fix .Net
|
2022-09-28 10:32:36 +02:00 |
|
Corentin Le Molgat
|
2fea50c07f
|
export from google3
|
2022-09-28 10:21:55 +02:00 |
|
Laurent Perron
|
ba53ce319b
|
[CP-SAT] fix experimental linear code; indent; do not create lb_tree_search when model does not contain objective; fix slow termination
|
2022-09-27 18:04:47 +02:00 |
|
Laurent Perron
|
cfdb13362d
|
use binary tag for binary variables
|
2022-09-27 18:01:43 +02:00 |
|
Laurent Perron
|
261020698d
|
speedup
|
2022-09-27 18:01:10 +02:00 |
|
Laurent Perron
|
f39efd5ac8
|
fix, reindent, add tests
|
2022-09-27 18:00:48 +02:00 |
|
Laurent Perron
|
1a5be9484e
|
add glpk option
|
2022-09-27 17:58:36 +02:00 |
|
Corentin Le Molgat
|
8c3accfebf
|
Add proto format
|
2022-09-26 17:40:44 +02:00 |
|
Corentin Le Molgat
|
fa97da121f
|
pdlp sync
|
2022-09-26 17:40:43 +02:00 |
|
Corentin Le Molgat
|
ae43368aaf
|
export pdlp from google3
|
2022-09-26 17:40:43 +02:00 |
|
Laurent Perron
|
779d5912c5
|
[CP-SAT] fix bug in lb_tree_search
|
2022-09-26 15:37:33 +02:00 |
|
Laurent Perron
|
500cc2c701
|
[CP-SAT] polish scheduling code; add experimental new linear propagator
|
2022-09-23 18:09:18 +02:00 |
|
Corentin Le Molgat
|
f7f7460d85
|
cmake: Fix README.md
|
2022-09-23 15:54:38 +02:00 |
|
Corentin Le Molgat
|
c1f0a9e903
|
indent fixup
|
2022-09-23 15:53:49 +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 |
|