I have the following inequalities on 21 variables:
http://pastebin.com/raw.php?i=FTU970Em
When I run "Reduce[ineq,Integers]" on this, Mathematica hangs for a long time.
That makes sense: there are MANY sets of values for x[1]..x[21] that satisfy the inequalities.
All I really want is bounds for each variable (eg, "2 <= x[i] <= 7" for each i).
How can I get this efficiently w/ Mathematica? Is there a better program for this?
Note: this is part of the larger project:
http://stackoverflow.com/questions/3799748
The entire hideous list of inequalities: http://pastebin.com/CyX9f70J
Running "Reduce[ineq,Integers]" on the above yields "false", so I've probably incorrectly translated: http://conquerclub.barrycarter.info/ONEOFF/7460216.html