On 2014-07-16, slelievre <samuel.lelie...@gmail.com> wrote:
> Robert Pollak wrote:
>
> Hello! 
>>
>> I see the following wrong results: 
>>
>> sage: x<2 and x<1 
>> x < 2 
>> sage: x<2 or x<1 
>> x < 1 
>>
>> Is this just a syntax problem? How would I enter this correctly? 
>>
>
> The best way to manipulate logical combination of inequalities might be to 
> use polyhedra.

except that Sage does not do non-convex polyhedra, and 'or' will lead
to non-convex objects. 


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to