Re: [sage-devel] is_line_graph() bug

2020-06-27 Thread Dima Pasechnik
On Sat, Jun 27, 2020 at 10:35 AM 赵日天 wrote: > > While running the code > > for g in graphs(): > print(g.is_line_graph()) > > Sage returns the error message, after lots of True-s and False-s: > > --- > Exception

[sage-devel] is_line_graph() bug

2020-06-27 Thread 赵日天
While running the code for g in graphs(): print(g.is_line_graph()) Sage returns the error message, after lots of True-s and False-s: --- Exception Traceback (most recent call last) in ()