Skip to content

Commit e5b7680

Browse files
committed
reformat
1 parent 142e752 commit e5b7680

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ortools/linear_solver/proto_solver/scip_proto_solver.cc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,7 @@
3838
#include "absl/strings/string_view.h"
3939
#include "absl/time/clock.h"
4040
#include "absl/time/time.h"
41-
#include "ortools/base/status_macros.h"
4241
#include "ortools/base/timer.h"
43-
#include "ortools/linear_solver/linear_solver.pb.h"
44-
#include "ortools/linear_solver/model_validator.h"
45-
#include "ortools/linear_solver/proto_solver/scip_params.h"
46-
#include "ortools/linear_solver/scip_helper_macros.h"
47-
#include "ortools/util/lazy_mutable_copy.h"
4842
#include "scip/cons_and.h"
4943
#include "scip/cons_disjunction.h"
5044
#include "scip/cons_indicator.h"
@@ -57,6 +51,12 @@
5751
#else
5852
#include "scip/cons_quadratic.h"
5953
#endif // SCIP_VERSION_MAJOR >= 10
54+
#include "ortools/base/status_macros.h"
55+
#include "ortools/linear_solver/linear_solver.pb.h"
56+
#include "ortools/linear_solver/model_validator.h"
57+
#include "ortools/linear_solver/proto_solver/scip_params.h"
58+
#include "ortools/linear_solver/scip_helper_macros.h"
59+
#include "ortools/util/lazy_mutable_copy.h"
6060
#include "scip/cons_sos1.h"
6161
#include "scip/cons_sos2.h"
6262
#include "scip/def.h"

0 commit comments

Comments
 (0)