[sage-devel] Re: Interfacing SageMath with an external tool

2021-09-14 Thread Nils Bruin
It sounds like you basically want an IDE-like environment to talk to SageMath. There is already an example of that: the Jupyter Notebook protocol. It is a message-based communication protocol (with normally text-based communication). It is a well-documented protocol that has been implemented in

Re: [sage-devel] minimize_constrained is not consistent with different variable names

2021-09-14 Thread Michael Orlitzky
On Fri, 2021-09-03 at 02:25 -0700, Pol del Aguila Pla wrote: > I've encountered a bug in minimize_constrained where it seems that the > variable name has an effect on the result. My guess is that this happens > somewhere along the translation from symbolic to numerical function. > Attached is a