I have an hyperbola in this form $$y = \frac{ax+b}{cx+d}$$ (actually in my problem $c = -1$)
and i have to find (at least)one of its integer solutions, I've seen that wolframalpha do it very quickly but i have't found any optimized solutions on the internet. How can it do it? it just bruteforce all the integers solutions?
I've read about pell's equations but i have no idea how they could help.
Thanks