From 98da690af144c08bf77a4f465848a4974ca427a8 Mon Sep 17 00:00:00 2001 From: "omer.candan" Date: Tue, 12 Nov 2024 10:04:53 +0300 Subject: [PATCH] add blank line back --- ortools/linear_solver/linear_solver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ortools/linear_solver/linear_solver.h b/ortools/linear_solver/linear_solver.h index c29ef623721..0b363d5d307 100644 --- a/ortools/linear_solver/linear_solver.h +++ b/ortools/linear_solver/linear_solver.h @@ -669,6 +669,7 @@ class MPSolver { bool ExportModelAsLpFormat(bool obfuscate, std::string* model_str) const; bool ExportModelAsMpsFormat(bool fixed_format, bool obfuscate, std::string* model_str) const; + /** * Sets the number of threads to use by the underlying solver. *