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 |
|
Mizux Seiha
|
6faa70e7dc
|
Use CreateSolver everywhere and check SCIP (Fix #2395)
|
2021-03-31 16:05:32 +02:00 |
|
Hugues Evrard
|
08abcea750
|
Avoid leaking the MPSolver object in some samples
In samples using MPSolver::CreateSolver(), track the resulting solver
with a std::unique_ptr to avoid leaking it.
Fix #2411
|
2021-02-25 08:58:41 +01:00 |
|
Mizux Seiha
|
f247fd13fd
|
Fixup samples
|
2020-12-07 17:31:24 +01:00 |
|
Mizux Seiha
|
9ca0a26ac2
|
linear_solver: Cleanup examples
|
2020-12-07 14:57:58 +01:00 |
|
Laurent Perron
|
55cedb4b4b
|
remove name from MPSolver.CreateSolver API; simplify underlying code
|
2020-08-18 17:16:10 +02:00 |
|
Laurent Perron
|
eda229c521
|
polish linear solver samples
|
2020-06-25 11:14:37 +02:00 |
|
Corentin Le Molgat
|
583b8bc01e
|
Add region tag to linear solver samples
|
2019-05-13 11:05:58 +02:00 |
|
Corentin Le Molgat
|
3eea98e3ad
|
SimpleMipProgram add import region tag
|
2019-05-13 10:04:00 +02:00 |
|
Corentin Le Molgat
|
7e47d2dae5
|
Add SimpleMipProgram from g3
|
2018-11-22 09:47:20 +01:00 |
|