Solving the following simple system of linear inequalities: var('x y') solve([x > 0, x <= 2*y, x <= 2 - 2*y],x)
I get an output where one of the entries of the list is not an equation or inequality, as it should be: [[0 < x, x < min(2*y, -2*y + 2), 2*y > 0, -2*y + 2 > 0], [x == -2*y + 2, -2*y + 2 > 0, 4*y - 2 > 0], [x == 2*y, 2*y > 0, 2*y - 1], [x == 2*y, -4*y + 2 > 0 , 2*y > 0]] Running Sage 8.8 on 64-bit Linux Mint. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/cc876bb9-d11b-4257-bbaa-3a82a11d59e8%40googlegroups.com.