Open Specy opened 7 months ago
Some expressions are not printed out correctly:
(10 * x - 10 * y) - (300 + x + 3 * z) = 1 (10 * x) * (20 + y) <= 1
get printed as:
10 * x - 10 * y - 300 + x + 3 * z = 1 10 * x * (20 + y) <= 1
Some expressions are not printed out correctly:
get printed as: