I have the following equation:
$$ a \cdot y - b\cdot x = (2 b + a)/3 $$
where $a,b$ are positive integer parameters. I would like to find positive integers $x,y$ that satisfy this equation. Note that $a,b$ are parameters, so the solution will be a function of $a$ and $b$.
If $x,y$ is a solution, then $x+a,y+b$ is a solution too, so there are infinitely many solutions; but I only need one.
How can I decide whether there is a solution, and find one if it exists?