diff --git a/ortools/linear_solver/linear_solver.h b/ortools/linear_solver/linear_solver.h index c29ef62372..0b363d5d30 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. *