Code covered by the BSD License  

Highlights from
MATLAB Contest - Gene Splicing

from MATLAB Contest - Gene Splicing by The MATLAB Contest Team
All the files needed to develop and score an entry for the MATLABĀ® Programming Contest.

solver(sequence,target,budget)
function moves = solver(sequence,target,budget)

% Copyright 2007 The MathWorks, Inc.

moves = ones(0,4);

Contact us at files@mathworks.com