File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
ortools/linear_solver/proto_solver Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments