我提交了一个Reduce命令并得到如下结果:
Reduce[t0 >= 0 && -9 + t0 - 5 t1 + 154 >= 0 && -5 + t0 - 3 t1 + 77 >=
0, {t0, t1}, integers]
带输出:
Reduce::bdomv: Warning: integers is not a valid domain specification. Assuming it is a variable to eliminate.
(0 <= t0 <= 75/2 && t1 <= (72 + t0)/3) || (t0 > 75/2 &&
t1 <= (145 + t0)/5)
简而言之,使用什么算法来获得这些结果?