help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Invert a set-of-sets with mutually exclusive elements


From: Andrew Makhorin
Subject: Re: [Help-glpk] Invert a set-of-sets with mutually exclusive elements
Date: Thu, 26 May 2016 11:55:29 +0300

> @Andrew:
> I guess it would be quite easy to create a max_symbolic{} and
> min_symbolic{} function. I have been missing these several times. An
> iterated concatenate{} function would also make sense.
> 

Why not to use numbers like 201, 203, ... rather than symbols "Pool201",
"Pool203", ... to identify pools? If necessary, symbols can be built
from numbers by concatenation "Pool" & pool, or numbers can be extracted
from symbols, e.g. with substr(pool, 5, 3).





reply via email to

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