Dear Mike,
There is already a minimize function in the global namespace of Sage.
You can not overload it with your own code. But you can extend its
functionalities.
To contribute to sage, you should start reading
http://doc.sagemath.org/html/en/developer/
Vincent
Le 14/08/2019 à 17:50, Mike
I've written a user-friendly front-end to MixedIntegerLinearProgram
(intended for student use in a sage cell.) If this seems to be generally
useful, I'd be happy to submit it to the sage code base, but I'm not sure
how to proceed. This is not a patch to existing sage code, just some
additiona