COMMITS
/ examples/cpp/linear_programming.cc December 12, 2025
G
Update linear solver build (#4945)
Guillaume Chatelet committed
February 27, 2025
C
examples/cpp: use absl/log.h
Corentin Le Molgat committed
February 21, 2025
L
massive cleanup of includes; work on CP-SAT routing cuts
Laurent Perron committed
February 19, 2025
L
remove stderrthreshold flag, use absl globals method
Laurent Perron committed
January 10, 2025
C
Bump copyright to 2025
Corentin Le Molgat committed
December 29, 2024
L
fix examples
Laurent Perron committed
October 21, 2024
I
add highs to examples
Ivet Galabova committed
September 19, 2024
I
test highs
Ivet Galabova committed
January 4, 2024
M
bump license boilerplate
Mizux Seiha committed
June 21, 2023
C
Export examples/cpp/ from google3
Corentin Le Molgat committed
March 9, 2023
L
add logging to integer/linear_programming; keep absl log symbols in libortools, enable GLPK in bazel
Laurent Perron committed
January 31, 2023
L
Remove logging code; use absl one
Laurent Perron committed
September 9, 2022
L
update and fix examples
Laurent Perron committed
June 17, 2022
C
Bump license date
Corentin Le Molgat committed
February 25, 2022
L
Enable PDLP in MPSolver
Laurent Perron committed
L
use init_google.h in c++ examples
Laurent Perron committed
April 2, 2021
M
Update copyright
Mizux Seiha committed
January 14, 2021
L
sync most c++ examples
Laurent Perron committed
October 29, 2020
C
format file forcing the left alignment
Corentin Le Molgat committed
October 23, 2020
M
Fix examples
Mizux Seiha committed
October 22, 2020
M
reapply google format
Mizux Seiha committed
October 20, 2020
L
fix examples
Laurent Perron committed
L
switch flags setters and getters to the absl format
Laurent Perron committed
August 18, 2020
L
remove name from MPSolver.CreateSolver API; simplify underlying code
Laurent Perron committed
July 6, 2020
M
example: Remove uneeded test
Mizux Seiha committed
M
example: Add SCIP to linear_programming
Mizux Seiha committed
M
example: Add SAT to linear_programming
Mizux Seiha committed
June 25, 2020
L
improve linear examples
Laurent Perron committed
November 28, 2018
L
Fix merge abseil - v6.10
Laurent Perron committed
October 31, 2018
C
dotnet: Remove reference to dotnet release command
Corentin Le Molgat committed
November 22, 2018
C
Format examples/cpp
Corentin Le Molgat committed
November 10, 2018
L
update license headers
Laurent Perron committed
November 7, 2018
C
Replace 0 by EXIT_SUCCESS
Corentin Le Molgat committed
October 12, 2018
C
Update linear_programming examples
Corentin Le Molgat committed
C
Sync linear_programming with documentation
Corentin Le Molgat committed
September 26, 2018
C
Add missing basic examples
Corentin Le Molgat committed
June 8, 2018
L
clang-format
Laurent Perron committed
December 14, 2017
L
export base::SetFlag and base::GetFlag; use them in examples
Laurent Perron committed
October 17, 2017
L
change copyright date
Laurent Perron committed
April 26, 2017
June 18, 2015
V
Linear solver wrapper: changed the constraint activity API.
Vincent Furnon committed
June 16, 2015
V
Renamed the linear solver protocol buffer and removed the new_proto namespace.
Vincent Furnon committed
March 3, 2015
L
compile gflags correctly, remove google namespace, use gflags instead, port all code using it
Laurent Perron committed
October 15, 2014
L
incomplete support for CPLEX, works only on mac currently
lperron@google.com committed
July 9, 2014
L
add empty line after licence part, in glop, implement portable floating point exceptions
lperron@google.com committed
L
ported examples
lperron@google.com committed
July 8, 2014
L
introduce glop, our own linear programming solver; improve sat
lperron@google.com committed
January 8, 2014
L
reformat code using clang-format
lperron@google.com committed
December 20, 2013
L
remove obsolete linear_solver.proto; speed up sat solver
lperron@google.com committed
June 11, 2013
L
huge sync with internal version
lperron@google.com committed