Open mahrud opened 3 years ago
Never mind, I don't think it's related to saturation. It's related to groebnerBasis:
i1 : groebnerBasis(id_((ZZ/3[x,y,z])^3), Strategy => "F4")
terminate called after throwing an instance of 'std::logic_error'
what(): ERROR: Inserted duplicate entry into a KD tree.
Interestingly, it's not F4 related:
i1 : groebnerBasis(id_((ZZ/3[x,y,z])^3), Strategy => "MGB")
terminate called after throwing an instance of 'std::logic_error'
what(): ERROR: Inserted duplicate entry into a KD tree.
Try this in M2:
Result:
If I prune the homology, it doesn't crash.
@mikestillman this might be at least tangentially related to the saturation algorithms in the engine.