Commit Graph

18 Commits

Author SHA1 Message Date
Corentin Le Molgat
f4136a40d6 Fix clang-format 2022-02-16 16:18:08 +01:00
Mizux Seiha
c09432ee8e linear_solver: Add XPRSFree() to Xpress dtor (#2522)
ref: https://www.fico.com/fico-xpress-optimization/docs/latest/solver/optimizer/HTML/XPRSfree.html
2021-04-27 10:32:08 +02:00
Corentin Le Molgat
a40143cdd2 cpp: Migrate int64 to int64_t 2021-04-01 20:20:43 +02:00
Mizux Seiha
e026808604 xpress: Remove call to google::ShutdownGoogleLogging in dtor (Fix #2462) 2021-03-24 20:56:28 +01:00
Mizux Seiha
c5d6f7f603 Cplex/Xpress blind fix #2296 2020-12-22 11:21:21 +01:00
Corentin Le Molgat
b7ae4a1581 Fix formatting 2020-11-03 20:26:47 +01:00
Corentin Le Molgat
e4caaf96bc format file forcing the left alignment 2020-10-29 14:25:39 +01:00
Mizux Seiha
20d0496bfb reapply google format 2020-10-23 00:45:17 +02:00
Laurent Perron
a4258f2bdf switch flags setters and getters to the absl format 2020-10-21 00:21:54 +02:00
Mizux Seiha
f087564d84 cpp: Format all files in ortools 2020-09-23 12:06:10 +02:00
Mizux Seiha
488f70f546 xpress: update windows hack 2020-07-24 20:44:34 +02:00
Mizux Seiha
c59101fc9e make: Fix XPRESS_PATH on windows
note: we must use /FOO=\"BAR\" in order to make STRINGIFY(FOO)
no issuing an error, but we end up with the '\"' in the string...
2020-07-24 19:00:00 +02:00
Mizux Seiha
6b8305a492 make: Fix XPRESS compilation on windows 2020-07-10 04:32:14 +02:00
Laurent Perron
8fa5e4f9f5 gurobi interface also reads the GUROBI_HOME environment variable to find the relevant dll 2020-07-23 15:43:11 +02:00
Laurent Perron
c25458239e tentative support for xpress with make based build on linux 2020-07-22 18:43:01 +02:00
Laurent Perron
937b96c01c add make based support for xpress on MAC OS X 2020-07-22 17:08:17 +02:00
Laurent Perron
439cebb9c8 polish xpress support 2019-09-04 15:20:45 +02:00
Manuel Ruiz
f50fc893a8 xpress integration in or-tools 2019-08-06 18:21:29 +02:00