Re: [sage-support] Re: MixedIntegerLinearProgram: warm restart possible?

2014-02-09 Thread Erik Quaeghebeur
[...], and wanted to learn Cython, I decided to try and write a Cython/Python GLPK interface. Would it be faster, and more useful for Sage development, to modify Sage code ? For my purpose of learning Cython, this approach was more useful and certainly faster. As for this works usefulness

Re: [sage-support] Re: MixedIntegerLinearProgram: warm restart possible?

2014-02-09 Thread Nathann Cohen
For my purpose of learning Cython, this approach was more useful and certainly faster. As for this works usefulness for Sage: the numerical module is far more than just a wrapper for GLPK (also, but not limited to, wrappers for CBC, Gurobi, CPLEX, and a wrapper to unify them all). Such coverage

Re: [sage-support] Re: MixedIntegerLinearProgram: warm restart possible?

2014-02-09 Thread john_perry_usm
On Sunday, February 9, 2014 7:15:02 AM UTC-6, Nathann Cohen wrote: For my purpose of learning Cython, this approach was more useful and certainly faster. As for this works usefulness for Sage: the numerical module is far more than just a wrapper for GLPK (also, but not limited to,