@@ -72,39 +72,6 @@ cc_library(
7272 alwayslink = 1 ,
7373)
7474
75- cc_test (
76- name = "gscip_solver_test" ,
77- size = "medium" ,
78- srcs = ["gscip_solver_test.cc" ],
79- shard_count = 10 ,
80- deps = [
81- ":gscip_solver" ,
82- "//ortools/base:gmock" ,
83- "//ortools/base:gmock_main" ,
84- "//ortools/math_opt/cpp:matchers" ,
85- "//ortools/math_opt/cpp:math_opt" ,
86- "//ortools/math_opt/solver_tests:callback_tests" ,
87- "//ortools/math_opt/solver_tests:generic_tests" ,
88- "//ortools/math_opt/solver_tests:infeasible_subsystem_tests" ,
89- "//ortools/math_opt/solver_tests:invalid_input_tests" ,
90- "//ortools/math_opt/solver_tests:ip_model_solve_parameters_tests" ,
91- "//ortools/math_opt/solver_tests:ip_multiple_solutions_tests" ,
92- "//ortools/math_opt/solver_tests:ip_parameter_tests" ,
93- "//ortools/math_opt/solver_tests:logical_constraint_tests" ,
94- "//ortools/math_opt/solver_tests:mip_tests" ,
95- "//ortools/math_opt/solver_tests:multi_objective_tests" ,
96- "//ortools/math_opt/solver_tests:qc_tests" ,
97- "//ortools/math_opt/solver_tests:qp_tests" ,
98- "//ortools/math_opt/solver_tests:second_order_cone_tests" ,
99- "//ortools/math_opt/solver_tests:status_tests" ,
100- "//ortools/math_opt/solvers/gscip:gscip_parameters" ,
101- "//ortools/math_opt/testing:param_name" ,
102- "//ortools/port:scoped_std_stream_capture" ,
103- "@abseil-cpp//absl/status" ,
104- "@abseil-cpp//absl/status:statusor" ,
105- ],
106- )
107-
10875cc_library (
10976 name = "gurobi_callback" ,
11077 srcs = ["gurobi_callback.cc" ],
0 commit comments