Skip to content

Commit d6bb25b

Browse files
committed
remove deprecation 32222
1 parent 0fd5967 commit d6bb25b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sage/graphs/graph_decompositions/vertex_separation.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ from sage.graphs.graph_decompositions.fast_digraph cimport FastDigraph, compute_
271271
from libc.stdint cimport uint8_t
272272
from sage.data_structures.binary_matrix cimport *
273273
from sage.graphs.base.static_dense_graph cimport dense_graph_init
274-
from sage.misc.decorators import rename_keyword
275274

276275

277276
###############
@@ -1377,7 +1376,6 @@ def _vertex_separation_MILP_formulation(G, integrality=False, solver=None):
13771376
return p, x, u, y, z
13781377

13791378

1380-
@rename_keyword(deprecation=32222, verbosity='verbose')
13811379
def vertex_separation_MILP(G, integrality=False, solver=None, verbose=0,
13821380
*, integrality_tolerance=1e-3):
13831381
r"""

0 commit comments

Comments
 (0)