-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Description
There are a few issues with the MIP code:
max
andmin
are built-in core functions in Python and shouldn't be used as variable namesid
shouldn't be used as a variable name- I don't think we should have
try: foo except: bar
blocks without a specificexcept ThisandThatError
.
Component: numerical
Reviewer: Frédéric Chapoton, Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/7574