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

Commit

Permalink
src/sage/doctest/external.py (external_features): Add CPLEX, Gurobi
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Nov 14, 2021
1 parent f63acfd commit 7fa5b3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/doctest/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ def external_features():
features.extend(sage.features.latex.all_features())
import sage.features.interfaces
features.extend(sage.features.interfaces.all_features())
from sage.features.mip_backends import CPLEX, Gurobi
features.extend([CPLEX(), Gurobi()])
from sage.features.pandoc import Pandoc
features.append(Pandoc())
from sage.features.graphviz import Graphviz
Expand Down

0 comments on commit 7fa5b3b

Please sign in to comment.