Ask Your Question

Revision history [back]

Getting the extra information from higher levels of verbose in Magma interface

I want to compute the minimum distance of a code in SageMath using Magma's interface. I'm also interested in the information showed by Magma while computing it with a higher level of verbose: it shows the estimated time for the computation and the current bounds.

I use magma.SetVerbose("Code",true) to set the verbose level to 1, but when computing the minimum distance SageMath doesn't show anything until it finishes the computation (and then it only gives the result).

click to hide/show revision 2
retagged

Getting the extra information from higher levels of verbose in Magma interface

I want to compute the minimum distance of a code in SageMath using Magma's interface. I'm also interested in the information showed by Magma while computing it with a higher level of verbose: it shows the estimated time for the computation and the current bounds.

I use magma.SetVerbose("Code",true) to set the verbose level to 1, but when computing the minimum distance SageMath doesn't show anything until it finishes the computation (and then it only gives the result).