1 | initial version |
It looks like a bug, you can indeed find your nontrivial relation as follows:
sage: p.vertices().column_matrix().right_kernel()
Free module of degree 5 and rank 1 over Integer Ring
Echelon basis matrix:
[1 1 1 1 0]
It is now trac ticket 19365. Thanks for reporting.