Daniel Riera wrote: > Hello everybody, > > I was wondering if there is an easy way to do the following: > > Given a variable X, and its domain {1..10}, if I want it to be labelled > in a certain order, for instance, [3,6,4,5,8,7,9,10,1,2], what is the > best way to do it? Hi Daniel, I usually do as follows: Y :: 1..10, element(Y,[3,6,4,5,8,7,9,10,1,2],X),indomain(Y). I don't know if it's the best way to do it, but it is quite simple. Cheers, Marco -- Marco Gavanelli, Ph.D. in Computer Science Dept of Engineering University of Ferrara Via Saragat 1 - 44100 Ferrara (Italy) Tel +39-0532-97-4833 Fax +39-0532-97-4870 http://www.ing.unife.it/docenti/MarcoGavanelli/Received on Wed Jan 07 2009 - 17:08:43 CET
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET