help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] Ordered Sets


From: yo yo
Subject: [Help-glpk] Ordered Sets
Date: Fri, 1 Dec 2006 00:00:02 +0000 (GMT)

Hello,

I would like to know if the symbolic sets are ordered or not.
For instance:

set A;    #is a set of symbols;
Param P{A};

...
s.t. sorted{s in A}: P[s+1]>=P[s];    #s is a symbol within A

#s+1 meaning the next element.

Is there a way to make this work?
Is there a way to designate the first (the last, the nth) element of a set.

If I use a set of couple (symbol, index) a solution can be:
s.t. sorted{(s,i) in A,(nexts,i+1) in A}: P[nexts]>=P[s];

Is there a more elegant solution?

Thanks,
Lionel.




        

        
                
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com




reply via email to

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