Will "solve_right" return integer solutions if one exists?
If A is an integer matrix and b is an integer vector, then will the command A.solve_right(b)
return an integer vector if the equation Ax=b is solvable over the integers?
add a comment