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

Commit

Permalink
fixed broken by deprecation doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Feb 12, 2017
1 parent 3ef25b4 commit 801dc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/numerical/backends/generic_backend.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@ cpdef GenericBackend get_solver(constraint_generation = False, solver = None, ba
....: b = get_solver(solver="GLPK")
....: b.solver_parameter("simplex_or_intopt", "exact_simplex_only")
....: return b
sage: delsarte_bound_additive_hamming_space(11,3,4,solver=glpk_exact_solver) # long time
sage: codes.bounds.delsarte_bound_additive_hamming_space(11,3,4,solver=glpk_exact_solver) # long time
glp_exact...
...
OPTIMAL SOLUTION FOUND
Expand Down

0 comments on commit 801dc10

Please sign in to comment.