update include guards

This commit is contained in:
Corentin Le Molgat
2025-11-05 11:34:49 +01:00
parent 4793e1acb4
commit b4b226801b
571 changed files with 1713 additions and 1713 deletions

View File

@@ -15,8 +15,8 @@
//
// See linear_solver.proto for further documentation.
#ifndef OR_TOOLS_LINEAR_SOLVER_SOLVE_MP_MODEL_H_
#define OR_TOOLS_LINEAR_SOLVER_SOLVE_MP_MODEL_H_
#ifndef ORTOOLS_LINEAR_SOLVER_SOLVE_MP_MODEL_H_
#define ORTOOLS_LINEAR_SOLVER_SOLVE_MP_MODEL_H_
#include <string>
@@ -52,4 +52,4 @@ std::string MPModelRequestLoggingInfo(const MPModelRequest& request);
} // namespace operations_research
#endif // OR_TOOLS_LINEAR_SOLVER_SOLVE_MP_MODEL_H_
#endif // ORTOOLS_LINEAR_SOLVER_SOLVE_MP_MODEL_H_