Is there any way to solve for $x$ in a system of linear congruences with rational coefficients in the following form?
$$Ax \equiv b\pmod 2, \space where\space A \in \Bbb Q^{n,m}, b \in \Bbb Q^m$$
Put another way,
$$ a_{1,1}x_1+a_{2,1}x_2+\dots+a_{n,1}x_n \equiv b_1 \pmod 2 \\ a_{1,2}x_1+a_{2,2}x_2+\dots+a_{n,2}x_n \equiv b_2 \pmod 2 \\ \vdots \\ a_{1,m}x_1+a_{2,m}x_2+...+a_{n,m}x_n \equiv b_m \pmod 2 $$
with $a_{i,j}, b_j \in \Bbb Q$