Ask Your Question

artem.k's profile - activity

2022-09-25 14:03:49 +0200 received badge  Popular Question (source)
2018-04-15 22:55:47 +0200 received badge  Scholar (source)
2018-04-15 22:54:57 +0200 received badge  Supporter (source)
2018-04-15 20:15:01 +0200 received badge  Great Question (source)
2018-04-09 11:54:37 +0200 received badge  Good Question (source)
2018-04-09 01:36:19 +0200 received badge  Nice Question (source)
2018-04-08 23:01:53 +0200 received badge  Student (source)
2018-04-08 21:34:13 +0200 asked a question Posets(10) freezing

For some reason in SageMath 8.1 the following code leads to a freeze:

p10 = Posets(10)
p10[18]

I have tried different indices, and everything works fine for i<=17, but starting from 18 I can not access to p10[i] without an immediate freeze. The bug does not depend on system: I tried macOS and Windows 10, both lead to the same result.