Dear All,
is this a known "feature"?

```
sage: var('t');
sage: with assuming(t>-1):
....:     solve(t+2<0,t)
[[t < -2]]   # I expected []
```

Thanks
S.


--
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/Yo0wp2A0drostx/V%40bunion.

Reply via email to