Martin | 5 Sep 14:20

Is there some library for processing sets

Hi,
I need to compute union, difference etc.. with sets.
Is there some library or I need to roll my own?

Martin

Asko Kauppi | 5 Sep 14:56
Gravatar

Re: Is there some library for processing sets


Did you check the archive, i.e.

http://lua-users.org/lists/lua-l/2008-02/msg01014.html

Martin kirjoitti 5.9.2008 kello 15:23:

> Hi,
> I need to compute union, difference etc.. with sets.
> Is there some library or I need to roll my own?
>
> Martin

Hugo Etchegoyen | 5 Sep 15:27

Re: Is there some library for processing sets

I wrote a small set class as an exercise testing a class library. Check near the bottom of the page:

http://lua-users.org/wiki/MultipleInheritanceClasses

HEE

Martin escribió:
Hi, I need to compute union, difference etc.. with sets. Is there some library or I need to roll my own? Martin

--
Grupo Hasar

Ing. Hugo Eduardo Etchegoyen
Gerente Dto. Software de Base

Compañía Hasar | Grupo Hasar
Marcos Sastre y José Ingenieros
El Talar. Pacheco
[B1618CSD] Buenos Aires. Argentina
Tel [54 11] 4117 8900 | Fax [54 11] 4117 8998
E-mail: hetchegoyen <at> hasar.com
Visítenos en:
www.hasar.com
Información legal y política de confidencialidad: www.grupohasar.com/disclaimer

Martin | 5 Sep 15:55

Re: Is there some library for processing sets

On Fri, Sep 05, 2008 at 02:23:17PM +0200, Martin wrote:
> I need to compute union, difference etc.. with sets.
> Is there some library or I need to roll my own?

I found it in stdlib module.
Sorry for the noise.

Martin

Petite Abeille | 6 Sep 14:44

Re: Is there some library for processing sets


On Sep 5, 2008, at 3:55 PM, Martin wrote:

> I found it in stdlib module.

Perhaps of interest as well is Sano, which provides quite a few data  
structures and algorithms:

http://sano.luaforge.net/

--
PA.
http://alt.textdrive.com/nanoki/


Gmane