Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Aug 6, 2019
1 parent fb7d430 commit 30c9420
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if(BUILD_Protobuf)
REPOSITORY
"https://github.com/protocolbuffers/protobuf.git"
TAG
"v3.8.0"
"v3.9.0"
CMAKE_ARGS
-Dprotobuf_MSVC_STATIC_RUNTIME:BOOL=OFF
"SOURCE_SUBDIR cmake"
Expand Down
2 changes: 0 additions & 2 deletions ortools/linear_solver/linear_solver.h
Original file line number Diff line number Diff line change
Expand Up @@ -730,10 +730,8 @@ class MPSolver {
* As of 2018-08-09, only Gurobi supports NextSolution(), see
* linear_solver_underlying_gurobi_test for an example of how to configure
* Gurobi for this purpose. The other solvers return false unconditionally.
#if defined(USE_GUROBI)
*/
ABSL_MUST_USE_RESULT bool NextSolution();
#endif

// DEPRECATED: Use TimeLimit() and SetTimeLimit(absl::Duration) instead.
// NOTE: These deprecated functions used the convention time_limit = 0 to mean
Expand Down

0 comments on commit 30c9420

Please sign in to comment.