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 @@
// http://lpsolve.sourceforge.net/5.5/DIMACS_asn.htm
//
#ifndef OR_TOOLS_EXAMPLES_PARSE_DIMACS_ASSIGNMENT_H_
#define OR_TOOLS_EXAMPLES_PARSE_DIMACS_ASSIGNMENT_H_
#ifndef ORTOOLS_EXAMPLES_PARSE_DIMACS_ASSIGNMENT_H_
#define ORTOOLS_EXAMPLES_PARSE_DIMACS_ASSIGNMENT_H_
#include <algorithm>
#include <cinttypes>
@@ -252,4 +252,4 @@ LinearSumAssignment<GraphType>* DimacsAssignmentParser<GraphType>::Parse(
} // namespace operations_research
#endif // OR_TOOLS_EXAMPLES_PARSE_DIMACS_ASSIGNMENT_H_
#endif // ORTOOLS_EXAMPLES_PARSE_DIMACS_ASSIGNMENT_H_