You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a problem when running msolve from the last versions of AlgebraicSolving.jl with the following polynomial system. in the following sense: the lifting of the parametrization does not terminate in a reasonable time.
Its seems that the main difference with the previous versions is the version of msolve_jll that is used: v0.6.5+0 vs v0.600.700+0.
Indeed, when executing directly the binary of msolve on this system this takes 0.02s.
Regarding the different version this code:
does not work for downloaded releases >=v0.4.15 and the current repository , which use msolve_jll v0.600.700+0 from the output;
works for downloaded releases v0.4.13 and v0.4.14, which use msolve_jll v0.6.5+0 from the output;
I ended up noticing that this problem seems to have been very recently raised in for msolve in issue #156 and also solved in PR #156 of the github repo.
I imagine that a new release of msolve with this (important) bug-fix is planned and the corresponding new version of msolve_jll would follow. Since I can generate many polynomial systems triggering this bug, I think this will be very appreciated.
There's a problem when running msolve from the last versions of AlgebraicSolving.jl with the following polynomial system. in the following sense: the lifting of the parametrization does not terminate in a reasonable time.
Its seems that the main difference with the previous versions is the version of msolve_jll that is used: v0.6.5+0 vs v0.600.700+0.
Indeed, when executing directly the binary of msolve on this system this takes 0.02s.
Regarding the different version this code:
Here is the output after ~1min of execution: output.txt
The text was updated successfully, but these errors were encountered: