remove useless comments

This commit is contained in:
Laurent Perron
2025-03-27 08:28:58 -07:00
parent 75fc3ecfd0
commit 09cec082a0
3 changed files with 1 additions and 5 deletions

View File

@@ -33,6 +33,6 @@ target_link_libraries(${NAME} PRIVATE
absl::strings
absl::str_format
protobuf::libprotobuf
SCIP::libscip
$<$<BOOL:${USE_SCIP}>:libscip>
${PROJECT_NAMESPACE}::ortools_proto)
#add_library(${PROJECT_NAMESPACE}::gscip ALIAS ${NAME})

View File

@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Tests for ortools.scheduling.python.rcpsp."""
from absl import app
from absl import flags
from absl.testing import absltest

View File

@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Tests for ortools.util.python.sorted_interval_list."""
from absl.testing import absltest
from ortools.util.python import sorted_interval_list