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

2024-08-19 Thread Emmanuel Charpentier
I have filed a new issue which seems germane to this problem. HTH, ​ Le jeudi 16 septembre 2021 à 14:29:23 UTC+2, Michael Orlitzky a écrit : > On Thu, 2021-09-16 at 01:28 -0700, Pol del Aguila Pla wrote: > > How would one go about contributing a

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

2021-09-16 Thread Michael Orlitzky
On Thu, 2021-09-16 at 01:28 -0700, Pol del Aguila Pla wrote: > How would one go about contributing a fix to this? It should be easy. I > would be happy to try. Could you provide some links on how to do it? The documentation can be found at  https://doc.sagemath.org/html/en/developer/ The bigg

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

2021-09-16 Thread Pol del Aguila Pla
How would one go about contributing a fix to this? It should be easy. I would be happy to try. Could you provide some links on how to do it? El dia dimarts, 14 de setembre de 2021 a les 13:26:28 UTC+2, Michael Orlitzky va escriure: > On Fri, 2021-09-03 at 02:25 -0700, Pol del Aguila Pla wrote

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

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

2021-09-03 Thread Pol del Aguila Pla
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 minimal notebook to reproduce the bug. Run in the latest docker imag