% % ECLiPSe SAMPLE CODE: Rostering Problem Benchmark % % This code was developed in 1999 in the context of % % ESPRIT PROJECT 22165 CHIC-2, www.icparc.ic.ac.uk/chic2 % % and contains contributions from % % IC-Parc, Imperial College, London, www.icparc.ic.ac.uk % Bouygues research, Paris, www.bouygues.fr % EuroDecision, Paris, www.eurodecision.fr % % The results were reported in CHIC-2 deliverable D 4.3.2 and % are to appear in an article in the Constraints Journal. % % For the problem definition see roster.txt % %---------------------------------------------------------------------- % Data set %---------------------------------------------------------------------- weeks = 24 ; reqt = [|9,9,5,7,9,8,3 |3,3,4,3,2,0,3 |6,5,8,7,5,7,5 |2,3,2,3,4,5,8 |4,4,5,4,4,4,5|] ; minobj = 0 ;