Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 37e87a5

Browse files
author
Matthias Koeppe
committed
Replace delsarte test by one that does not expose a bug in GLPK exact
1 parent cc2d999 commit 37e87a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/numerical/backends/generic_backend.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,11 +1365,11 @@ cpdef GenericBackend get_solver(constraint_generation = False, solver = None, ba
13651365
....: b = get_solver(solver="GLPK")
13661366
....: b.solver_parameter("simplex_or_intopt", "exact_simplex_only")
13671367
....: return b
1368-
sage: delsarte_bound_additive_hamming_space(19,15,7,solver=glpk_exact_solver) # long time
1368+
sage: delsarte_bound_additive_hamming_space(11,3,4,solver=glpk_exact_solver) # long time
13691369
glp_exact...
13701370
...
13711371
OPTIMAL SOLUTION FOUND
1372-
2
1372+
8
13731373
13741374
"""
13751375
if solver is None:

0 commit comments

Comments
 (0)