On Thu, Jan 2, 2020 at 2:01 PM Oktay Cesur <[email protected]> wrote: > > Hello Everyone. > > I'm a master student and I'm a beginner in a sage. I learned sage for > symbolic computation course one month ago. I did a presentation about graph > coloring problem solving with gröbner bases. Main source is this. Now I'm > preparing a report. When I preparing my presentation, I realized graph > coloring ideals is used very often for gröbner bases an application. But I > couldn't find a ready code for it and I wrote the code for this. > I think, some of my code can be added to sage. I've reviewed the developer > guide but it's so long and I have to finish my report until 5 January. Is > there anything I can do before I delivery the report? If it is possible, I > would like to include it in the report. If it's not, I will focus on my > report and final exams. In both cases, I will do an in-depth study for my > purpose after exams. I know my goal will take long. I'm just wondering if > there's anything I can do in this short time. > I'll be happy if you can help me.
If you think your code will make a valuable addition directly to Sage (and others with knowledge of the relevant area agree) you could certainly open a ticket to propose an enhancement. However, if you just wrote some code using Sage but that does not need to modify any of the Sage sources directly, you can always distribute your code as a separate package that depends on Sage. E.g. by following https://github.com/sagemath/sage-package But it's not exactly clear what you need/want to do. Where is your code? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAOTD34Z_-H7Ewh1F8uJ3kvMkYgpGAmSzc6x-wS8d3MWK0TGbvA%40mail.gmail.com.
