Even after a lot of search on internet, I didn't come up with a solution. I need an algorithm to efficiently find at least one lattice point on hyperbola of equation $axy+bx+cy+d=0$.
Lattice point means integer coordinates and equation with integer means diophantine equations. The most closed resources I've found are:
This Link and this other post.
But the former look for solutions of equations and the latter is asking something linked but different.
So, there is an algorithm (better if efficient of course) or this is an unsolved/open problem?