Equivalent of integralQuarticPoints from Magma in Sage?
In Magma there is a function integralQuarticPoints that can be used to get all the integer solutions to y2=ax4+bx3+cx2+dx+e when e is a square. There is a function .integral_points() for ElipticCurves, but this is a quartic not an eliptic curve.
Is there a way to do this in Sage?
PS: Would have added link to the docs of the Magma function, but not allowed to due insufficient karma.