First time here? Check out the FAQ!
answered 2014-08-02 12:31:20 +0100
You can enumerate integer points in a polytope using Sage. Create the polytope $P$ using $A$ and inequalities specifying $S$, i.e. $-1\leq x_i\leq 1$ for all $i$. (look up docs on Polyhedron). Then call P.integral_points()