Solution of Linear Diophantine Equation

84 Views Asked by At

How to find all solutions of Linear Diophantine Equation $a \cdot x + b \cdot y = c $ given $a,b,c$ where $c$ is divisible by $\gcd(a,b)$ and constraints are $x_0 \leq x \leq x_1$ and $y_0 \leq y \leq y_1$ ?