Changes between Initial Version and Version 1 of Ticket #26511, comment 38
- Timestamp:
- 03/08/22 21:00:06 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26511, comment 38
initial v1 2 2 > something like python-mip is a self-contained program in the Python programming language and it's not being distributed in binary form, but source form. Yes, when it uses Cbc, it calls a shared library that is under the EPL, but since python-mip itself is also under the EPL, this doesn't create any issue. 3 3 4 It would not be a problem for Sage if we just included python-mip as a package in the Sage distribution, for users to install use.4 It would not be a problem for Sage if we just included python-mip as a package in the Sage distribution, for users to install and use. 5 5 6 6 But if we were to make substantial use of it in the Sage library, replacing our home-grown (wasn't me!) MIP interface (https://github.com/sagemath/sage/blob/develop/src/sage/numerical/mip.pyx), then this use would definitely rise above "mere aggregation" of software, making the result non-distributable in binary form.