Merge remote-tracking branch 'origin/main' into v99bugfix

This commit is contained in:
Mizux Seiha
2025-08-26 10:56:27 +02:00
232 changed files with 10588 additions and 2012 deletions

View File

@@ -14,6 +14,7 @@
# Notebook utilities for OR-Tools.
load("@ortools_notebook_deps//:requirements.bzl", "requirement")
load("@pip_deps//:requirements.bzl", "requirement")
load("@rules_python//python:py_binary.bzl", "py_binary")
py_binary(

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# Copyright 2010-2025 Google LLC
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@@ -127,6 +127,8 @@ setup(
],
'@PYTHON_PROJECT@.util.python':[
'$<TARGET_FILE_NAME:sorted_interval_list_pybind11>',
'$<TARGET_FILE_NAME:solve_interrupter_pybind11>',
'$<TARGET_FILE_NAME:solve_interrupter_testing_pybind11>',
'*.pyi'
],
},