Jan Verschelde

Results 45 comments of Jan Verschelde

Having wrappers for the Julia language would indeed be nice. As far as I know nobody is working on this. Personally I do not have plans for such interface --...

The problem could be that the blackbox solver of PHCpack uses for its mixed volume computation an Ada translation of MixedVol, released under the GPL license by Tangan Gao, T.Y....

Free binary versions for Mac and Windows of the gnu-ada compiler are available at http://libre.adacore.com/ and are very easy to install.

Thanks for reporting this issue. At https://github.com/sagemath/sagelib/blob/master/sage/interfaces/phc.py it may be better to replace line 712 in the function mixed_volume: output_filename = self._output_from_command_list(['phc -m','4','n','n','n'], polys, verbose = verbose) by output_filename =...

Thanks for reporting this issue. I have not yet tested phcpy with python 3.9 What happens if you do from phcpy.examples import test test() In that test(), the sevenbar problem...

Step 6 should work if the Python interpreter starts looking in the current directory when a module is imported. To fix this, you could insert the current directory to the...

To place the gnu-ada compiler in front of your path, edit the .bashrc (observe the dot . in front of the bashrc) in your home directory. If the gnu-ada compiler...

Thanks for reporting this issue. The makefiles are made by hand and should be generated by gprbuild. The linking the whole archives is indeed not needed on systems that have...

Fixed that particular issue, but make testall may have other issues...

Could it be possible to provide the input of your problem?