third_party_solvers: cleanup

This commit is contained in:
Corentin Le Molgat
2025-08-20 11:27:33 +02:00
parent 56882dd719
commit 2a5ff961aa
2 changed files with 6 additions and 6 deletions

View File

@@ -11,8 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef THIRD_PARTY_ORTOOLS_ORTOOLS_THIRD_PARTY_SOLVERS_GUROBI_ENVIRONMENT_H_
#define THIRD_PARTY_ORTOOLS_ORTOOLS_THIRD_PARTY_SOLVERS_GUROBI_ENVIRONMENT_H_
#ifndef ORTOOLS_THIRD_PARTY_SOLVERS_GUROBI_ENVIRONMENT_H_
#define ORTOOLS_THIRD_PARTY_SOLVERS_GUROBI_ENVIRONMENT_H_
#include <functional>
#include <vector>
@@ -732,4 +732,4 @@ extern std::function<char *(void)> GRBplatform;
// clang-format on
} // namespace operations_research
#endif // THIRD_PARTY_ORTOOLS_ORTOOLS_THIRD_PARTY_SOLVERS_GUROBI_ENVIRONMENT_H_
#endif // ORTOOLS_THIRD_PARTY_SOLVERS_GUROBI_ENVIRONMENT_H_

View File

@@ -13,8 +13,8 @@
// Initial version of this code was provided by RTE
#ifndef THIRD_PARTY_ORTOOLS_ORTOOLS_THIRD_PARTY_SOLVERS_XPRESS_ENVIRONMENT_H_
#define THIRD_PARTY_ORTOOLS_ORTOOLS_THIRD_PARTY_SOLVERS_XPRESS_ENVIRONMENT_H_
#ifndef ORTOOLS_THIRD_PARTY_SOLVERS_XPRESS_ENVIRONMENT_H_
#define ORTOOLS_THIRD_PARTY_SOLVERS_XPRESS_ENVIRONMENT_H_
#include <functional>
#include <string>
@@ -547,4 +547,4 @@ extern std::function<int(XPRSprob prob, const char* flags, int* solvestatus, int
} // namespace operations_research
#endif // THIRD_PARTY_ORTOOLS_ORTOOLS_THIRD_PARTY_SOLVERS_XPRESS_ENVIRONMENT_H_
#endif // ORTOOLS_THIRD_PARTY_SOLVERS_XPRESS_ENVIRONMENT_H_