More specifically, look at http://doc.sagemath.org/html/en/developer/coding_in_other.html#libgap (I'd recommend using libGAP rather than GAP, as it is faster)
On Sun, Oct 9, 2016 at 1:04 AM, David Joyner <[email protected]> wrote: > > > On Saturday, October 8, 2016, Phedon Prasinos <[email protected]> > wrote: >> >> >>> >>> According to >>> >>> http://www.gap-system.org/Manuals/pkg/guava3.11/doc/chap5.html#X7C6BB07C87853C00 >>> the Sugiyama decoding algorithm has been implemented in guava, which >>> you can access from sage. >>>> >>>> >> >> Thank you, is what i am looking for, but theres a problem. >> Although I can run the commands i want to the GAP console I cant add them >> on a python script (not able to find a solution to the documentation) >> P.S. The Data types of linear codes matrices etc, are understandable by >> guava? > > > > It depends on exactly what you want to do, how well you know python and gap, > and how much work you are willing to invest. > A first place to look might be the gap interface module . > >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sage-support" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/sage-support. >> For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "sage-coding-theory" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-coding-theory/CAEQuuAVOrCiiRy3no%3DS6v7H2fjFseesSo3g1543ON1BxxQiTTA%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
