Commit Graph

7505 Commits

Author SHA1 Message Date
Corentin Le Molgat
9814de8263 CMake: Coin-OR is optional 2020-02-07 10:50:12 +01:00
Corentin Le Molgat
1f4f572031 CMake: Fix compilation on windows 2020-02-07 07:58:01 +01:00
Corentin Le Molgat
4d057e7550 CMake: revert Clp 1.17.5 -> 1.17.4
see: https://github.com/coin-or/Clp/issues/130
2020-02-06 15:11:21 +01:00
Corentin Le Molgat
2a23484312 Revert to CLP 1.17.4
see https://github.com/coin-or/Clp/issues/130
2020-02-06 14:27:33 +01:00
Laurent Perron
99474c1310 merge and improve scheduling code in CP-SAT 2020-02-05 19:00:26 +01:00
Laurent Perron
9ec0413bc0 Merge branch 'master' of github.com:google/or-tools 2020-02-05 11:27:12 +01:00
Laurent Perron
dd6fbc32b1 move MakeCleanup from gtl:: to absl::; CP-SAT improvements 2020-02-05 11:27:02 +01:00
Laurent Perron
8afa8d6d18 speed improvement 2020-02-05 11:26:09 +01:00
Laurent Perron
b7e341b16e pure api on flatzinc parser 2020-02-05 11:25:51 +01:00
Corentin Le Molgat
fbcec1d0f7 Make: fix makefile typo 2020-02-05 08:13:54 +01:00
Laurent Perron
8740cdfc59 Merge branch 'master' of github.com:google/or-tools 2020-02-04 14:08:44 +01:00
Laurent Perron
641170cd10 fix #1861 2020-02-04 14:08:29 +01:00
Corentin Le Molgat
a5caa9a730 Bump Coin-or dependencies 2020-02-04 14:04:36 +01:00
Corentin Le Molgat
7883c52f87 .Net: keep target file only for net45
.Net core automatically copy the  runtime native files without
the help of this target file...
2020-02-04 08:58:29 +01:00
Laurent Perron
456a73d213 improve cut numerical precision; speed up presolve; fix bug with inverse constraint expansion 2020-02-03 16:21:57 +01:00
Corentin Le Molgat
29c909503c Fix doxygen input list 2020-01-31 17:38:10 +01:00
Corentin Le Molgat
292ae01866 Update python doc 2020-01-31 17:06:10 +01:00
Corentin Le Molgat
5d6b4560e8 Update java doc 2020-01-31 17:06:09 +01:00
Corentin Le Molgat
659db10ccc Update dotnet doc 2020-01-31 17:06:09 +01:00
Corentin Le Molgat
592b286a92 .Net: disable symbols for runtime
There is no managed .dll BTW
2020-01-31 17:06:09 +01:00
Corentin Le Molgat
24c1ca91a6 Update java.doxy.in 2020-01-31 16:08:42 +01:00
Corentin Le Molgat
ef704da21e make: Update doc integration 2020-01-31 16:08:42 +01:00
Corentin Le Molgat
206a72b7f8 Update .Net windows runtime management 2020-01-31 16:07:42 +01:00
Corentin Le Molgat
8616733866 Fix .Net Framework 4.5.2 support on windows 2020-01-30 16:51:14 +01:00
Corentin Le Molgat
90c1deefbe CMake: Install dependencies built 2020-01-30 16:51:13 +01:00
Corentin Le Molgat
96b582b64f CMake: prefer to search for config.cmake before looking for modules 2020-01-30 16:51:13 +01:00
Corentin Le Molgat
8f76a8a112 CMake: Don't build Protobuf tests 2020-01-30 16:51:13 +01:00
Corentin Le Molgat
6833c97426 CMake: Refactor cpp.cmake 2020-01-30 08:49:05 +01:00
Corentin Le Molgat
07768997b3 CMake: Rework CPLEX/SCIP/XPRESS management 2020-01-29 17:35:18 +01:00
Corentin Le Molgat
c5909ada71 CMake: rework dependencies management. 2020-01-29 17:32:40 +01:00
Corentin Le Molgat
abba070522 .Net: Generate .snupkg 2020-01-28 17:34:55 +01:00
Corentin Le Molgat
f367f394fd Doxygen fixup 2020-01-28 15:24:28 +01:00
Corentin Le Molgat
858fa62695 Merge remote-tracking branch 'origin/master' into stable 2020-01-28 11:46:56 +01:00
Corentin Le Molgat
0a2b24f2f1 Travis-CI try to fix macOS build 2020-01-27 15:52:58 +01:00
Corentin Le Molgat
60131d3f22 Update doxygen 2020-01-27 15:52:58 +01:00
Corentin Le Molgat
ef51a572f6 .Net fix compilation 2020-01-27 14:33:52 +01:00
Corentin Le Molgat
56440d30e5 Update docs to v7.5 2020-01-27 13:48:26 +01:00
Corentin Le Molgat
9ad19233cc dotnet: Bump all csproj 7.4 -> 7.5 2020-01-27 09:38:53 +01:00
Corentin Le Molgat
248c5a1c60 Remove deletion of zconf.h in patch
/dev/null not supported on Windows so you can't suppresss a  file in a cross platform way...
2020-01-27 09:33:59 +01:00
Laurent Perron
a6a78552e2 Merge branch 'master' of github.com:google/or-tools 2020-01-24 12:20:18 -08:00
Laurent Perron
6d61ac1cb0 query the domain from an IntVar in Python/Java/C# + tests; small speedup of sat reversible data structures 2020-01-24 12:20:08 -08:00
Corentin Le Molgat
3f5c8d1ad2 Makefile.local Update (Fix #1800) 2020-01-24 17:42:33 +01:00
Corentin Le Molgat
1419440f02 Win: Bump CPLEX 12.9 -> 12.10 (Fix #1800) 2020-01-24 17:41:56 +01:00
Laurent Perron
5d1f5cb908 Merge branch 'master' of github.com:google/or-tools 2020-01-23 16:06:32 -08:00
Laurent Perron
cdf6d283e5 improve pseudo-cost branching in CP-SAT 2020-01-23 16:06:18 -08:00
Corentin Le Molgat
bc904f83bd Add subTest to ex/tests/lp_test.py
see: https://docs.python.org/3.8/library/unittest.html#distinguishing-test-iterations-using-subtests
2020-01-23 16:48:29 +01:00
Laurent Perron
884461024b Merge pull request #1855 from andrew-teirney/fix/update-java-swig-mapping
fix: update the java out type mapping of std::vector<CType*>&
2020-01-22 08:10:47 +01:00
Andrew Teirney
69b5b2f581 fix: update the java out type mapping of std::vector<CType*>& to prevent segfaults 2020-01-22 18:11:12 +13:00
Corentin Le Molgat
3594d74d39 ZLIB patch
rename target ZLIB so install target will be ZLIB::ZLIB like the name use
by the cmake FindZLIB.cmake module...
2020-01-21 17:45:31 +01:00
Corentin Le Molgat
874bda0e24 CMake: expand tab 2020-01-21 16:41:11 +01:00