Commit Graph

12 Commits

Author SHA1 Message Date
Corentin Le Molgat
f98afa8e42 Add missing STL include 2022-07-22 16:25:40 +02:00
Corentin Le Molgat
c7120439d4 Bump license date 2022-06-17 14:23:23 +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
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
Corentin Le Molgat
b3a506cc74 linear_solver: Fixup lp samples 2020-12-16 18:16:31 +01:00
Corentin Le Molgat
2e101330ed linear_solver: Remove call to nodes() in lp samples 2020-12-16 17:56:36 +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
eda229c521 polish linear solver samples 2020-06-25 11:14:37 +02:00
Corentin Le Molgat
6cc1df06d7 Sync g3->github 2019-05-13 16:51:33 +02:00
Corentin Le Molgat
583b8bc01e Add region tag to linear solver samples 2019-05-13 11:05:58 +02:00
Corentin Le Molgat
2e5e79cdc7 Add linear_solver/samples/SimpleLPProgram 2018-11-09 12:53:46 +01:00