bug-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Empty set is and is not a subset of empty set


From: Andrew Makhorin
Subject: Re: Empty set is and is not a subset of empty set
Date: Thu, 13 Mar 2025 22:33:37 +0300

BTW, you can replace the statement

   display (100..120 inter 130..150) not within (1..2 inter 3..4);

with

   display not ((100..120 inter 130..150) within (1..2 inter 3..4));

to make it work correctly.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]