Weijia Wang

Results 20 issues of Weijia Wang

`fc = 0` was previously not handled in `MSolveGroebner`, causing an undefined `field_char` and subsequent failures when passed to `ToMSolve`. Tested with the following lines, saved as `test.mpl` in the...

**Operating system**: NixOS **wxPython version & source**: 4.2.1, pypi **Python version & source**: 3.12, distro **Description of the problem**: In Python 3.12, `distutils` has been dropped from stdlib and is...

Otherwise, it is impossible to obtain the rational parameterization in the example...

In `msolve` v0.7.5, both input files ``` x, y 0 x, y ``` and ``` x, y 0 x, y, ``` are accepted and lead to correct results, while both...

``` x 0 x ^2 -1, , -x+1, x^4 -1 ``` now returns, instead of throwing a segmentation fault, ``` [0, [1, [[[1, 1]]] ]]: ```

If one compiles `msolve` on macOS, without OpenMP support and without optimization: ``` $ export PATH=$PATH:/opt/homebrew/bin $ ./autogen.sh $ ./configure LDFLAGS="-L$(brew --prefix)/lib/" CFLAGS="-I$(brew --prefix)/include/" $ make ``` One gets a...

Apparently I messed up in #139. I will eventually check if the interface can be made independent of sed.

This work was done during the [JNCF 2025](https://sourcesup.renater.fr/www/orga-jncf/index-2025.html) and is now rebased on master. I guess I won't have time to clean up everything or split it into multiple PRs...