I am interested in the following counting problem:
Consider $x_1,\dots,x_n\in\{0,1\}$. How many solutions exist under the restriction that $Ax=b$, where $A$ is a $m\times n$ matrix with binary entries and $b_i\in \{0,\dots,n\}$.
Note that this counting problem might be related to the case where there is only one restriction (see for example How many solutions to $x_1 + x_2 + x_3 + x_4 + x_5 = 21$ given the following restrictions ....). However, I am unable to generalize the ideas used here for the problem described above.
If anyone has an idea how to approach this problem or is able to point me in the direction of a paper which solves something similar, I would appreciate it greatly. Thanks in advance.