Given a system of linear diophanthine equations. What is the computational complexity of checking if the system has a solution or not or finding a solution if we have an additional constraint that none of the values in the solution can be 0.
As far as I know checking if a solution exists if no non zero constraint exists is easy and can be done in a polynomial time.