Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions math_opt_benchmark/example/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ cc_library(
srcs = ["example.cc"],
hdrs = ["example.h"],
deps = [
"//third_party/ortools/ortools/math_opt/cpp:math_opt",
"@com_google_absl//absl/strings",
"@com_google_ortools//ortools/base",
"@com_google_ortools//ortools/math_opt/cpp:math_opt",
Expand All @@ -27,6 +28,7 @@ cc_test(
srcs = ["example_test.cc"],
deps = [
":example",
"//third_party/ortools/ortools/math_opt/cpp:math_opt",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest_main",
"@com_google_ortools//ortools/math_opt/cpp:math_opt",
Expand Down
2 changes: 1 addition & 1 deletion math_opt_benchmark/example/example.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 The MathOpt Benchmark Authors.
// Copyright 2026 The MathOpt Benchmark Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion math_opt_benchmark/example/example.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 The MathOpt Benchmark Authors.
// Copyright 2026 The MathOpt Benchmark Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -18,6 +18,7 @@
#include <memory>
#include <vector>

#include "third_party/ortools/ortools/math_opt/cpp/math_opt.h"
#include "ortools/math_opt/cpp/math_opt.h"

namespace math_opt_benchmark {
Expand Down
2 changes: 1 addition & 1 deletion math_opt_benchmark/example/example_main.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 The MathOpt Benchmark Authors.
// Copyright 2026 The MathOpt Benchmark Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions math_opt_benchmark/example/example_test.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 The MathOpt Benchmark Authors.
// Copyright 2026 The MathOpt Benchmark Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -18,7 +18,7 @@

#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "ortools/math_opt/cpp/math_opt.h"
#include "third_party/ortools/ortools/math_opt/cpp/math_opt.h"

namespace math_opt_benchmark {
namespace {
Expand Down
2 changes: 1 addition & 1 deletion math_opt_benchmark/facility/ufl.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 The MathOpt Benchmark Authors.
// Copyright 2026 The MathOpt Benchmark Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion math_opt_benchmark/facility/ufl.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 The MathOpt Benchmark Authors.
// Copyright 2026 The MathOpt Benchmark Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion math_opt_benchmark/facility/ufl_main.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 The MathOpt Benchmark Authors.
// Copyright 2026 The MathOpt Benchmark Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion math_opt_benchmark/facility/ufl_test.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 The MathOpt Benchmark Authors.
// Copyright 2026 The MathOpt Benchmark Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down