remove useless comments
This commit is contained in:
@@ -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})
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user