Re: [sage-support] Re: SIGABRT in Graph.clique_number() and assertion in cliquer

2012-12-04 Thread Georgi Guninski
On Mon, Dec 03, 2012 at 08:49:10AM -0800, Nathann Cohen wrote: http://trac.sagemath.org/sage_trac/ticket/10756 T_T Of course I only did it for clique_maximum() T_T Well, Georgi... Weren't you looking for an easy patch to write ? :-P Nathann I can write the patch, it is oneliner.

Re: [sage-support] Re: SIGABRT in Graph.clique_number() and assertion in cliquer

2012-12-04 Thread Nathann Cohen
Welll... :-) http://www.sagemath.org/doc/developer/index.html Nathann -- You received this message because you are subscribed to the Google Groups sage-support group. To post to this group, send email to sage-support@googlegroups.com. To unsubscribe from this group, send email to

[sage-support] Re: SIGABRT in Graph.clique_number() and assertion in cliquer

2012-12-03 Thread Chris Godsil
sage: k4=graphs.CompleteGraph(4) sage: k4.complement().line_graph().complement() complement(): Graph on 0 vertices clique_number() is crashing on the empty graph, On Saturday, December 1, 2012 9:30:27 AM UTC-5, Georgi Guninski wrote: for g in graphs(4):

[sage-support] Re: SIGABRT in Graph.clique_number() and assertion in cliquer

2012-12-03 Thread Jason Grout
On 12/1/12 8:30 AM, Georgi Guninski wrote: On sagenb.org don't get any output, don't know how to interpret this. That happens a lot of times when there was a crash, so it's consistent with the error you saw. Thanks, Jason -- You received this message because you are subscribed to the

[sage-support] Re: SIGABRT in Graph.clique_number() and assertion in cliquer

2012-12-03 Thread Nathann Cohen
http://trac.sagemath.org/sage_trac/ticket/10756 T_T Of course I only did it for clique_maximum() T_T Well, Georgi... Weren't you looking for an easy patch to write ? :-P Nathann On Monday, December 3, 2012 3:16:09 PM UTC+1, Jason Grout wrote: On 12/1/12 8:30 AM, Georgi Guninski wrote: On