[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Relational Operators
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 19 Feb 2010 09:37:51 +0200
On Thu, Feb 18, 2010 at 11:52 PM, Geoff Leyland
<geoff_leyland@fastmail.fm> wrote:
>
> Is this of interest to anyone else? (I'd like to use it to write lp constraints: x + y <= 3, rather than rima.constraint:new(x + y, "<=", 3) )
>
I've hit this one in almost exactly the same context.
The question would be, would it slow down the relational operators
significantly if they were generalized in this fashion?
steve d.